GET /organization
curl \
-X GET https://<your_environment_name>-uat-api.canopyservicing.com/organization \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
"organization_id": "31mNprzLd2bKl6koVna68ARM",
"created_at": "2019-03-20T09:12:28+00:00",
"logo_url": "https://cdn.domain/image.webp",
"features": {
"strict_entity_client_id": true
},
"organization_overview": {
"organization_name": "LeverCard 3000",
"webhook_url": "https://mycallbackurlhandler.com/canopy",
"address_name": "string",
"address_line_one": "string",
"address_line_two": "string",
"address_city": "string",
"address_state": "string",
"address_zip": "string"
},
"issuer_processors": {
"lithic_config": {
"api_key": "a328j23l-61n0-k123-44b4-jj11ooo3b0uu",
"enable_consumer_accounts": false
},
"galileo_config": {
"apiLogin": "AbC123-9999",
"apiTransKey": "4sb62fh6w4h7w34g",
"providerId": "9999",
"prodId": "501"
}
},
"payment_processors": {
"repay_config": {
"api_user": "string",
"api_token": "string",
"merchant_id": "87397472"
},
"checkout_config": {
"secret_key": "sk_512313123",
"public_key": "pk_123123121",
"processing_channel_id": "string"
},
"dwolla_config": {
"app_key": "string",
"app_secret": "string",
"master_account": "string"
},
"modern_treasury_config": {
"api_key": "string",
"org_id": "string",
"originating_account_id": "string"
},
"authorize_net_config": {
"merchant_name": "string",
"transaction_key": "string",
"is_prod": true
},
"stripe_config": {
"api_url": "string",
"api_client_id": "string",
"api_secret_key": "string",
"webhook_url": "string",
"webhook_signing_key": "string"
}
},
"credit_reporting": {
"transunion_program_identifier": "5555555555",
"experian_program_identifier": "5555555555",
"equifax_program_identifier": "5555555555",
"program_date": "1985-06-20",
"reporter_name": "Acme Corporation",
"reporter_address_line_one": "12 Strawberry Road",
"reporter_address_line_two": "Suite 101",
"reporter_address_city": "Atlanta",
"reporter_address_state": "GA",
"reporter_address_zip": "99999-1000",
"reporter_phone_number": "+14105556789"
}
}