- Retrieve financial settings of a gateway account
Retrieve gateway accounts
Create a gateway account
Retrieves a gateway account
Upsert a gateway account
Update a gateway account
Delete a gateway account
Close a gateway account
Disable a gateway account
List gateway account downtime schedules
Create a gateway account downtime schedule
Retrieve a gateway account downtime schedule
Update a gateway account downtime schedule
Delete a gateway account downtime schedule
Enable a gateway account
Retrieve gateway account limits
Retrieve a gateway account limit
Update a gateway account limit
Delete a gateway account limit
Verify gateway account credentials
Set financial settings
Register a domain for Apple Pay
Gateway account downtime ended
Gateway account downtime started
Gateway account limit reached
Gateway account onboarding completed
Gateway account onboarding failed
Retrieve financial settin...
Retrieves the financial settings of a gateway account with a specified ID.
Important: This operation is experimental and may not be backward compatible.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/financial-settings
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/gateway-accounts/{id}/financial-settings
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/gateway-accounts/{id}/financial-settings
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/financial-settings' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
{ "settlementSettings": { "settlementCurrency": "USD", "settlementPeriod": { … }, "advancedSettings": [ … ] }, "riskReserveSettings": [ { … } ] }