Retrieve financial settings of a gateway account
Experimental

Request

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
Path
idstring, <= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X GET \
  'https://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/financial-settings' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Financial settings retrieved.

Bodyapplication/json
settlementSettingsobject(SettlementSettings)required

Settlement settings. Use these settings to set up settlement accounts.

riskReserveSettingsArray of objects

Risk reserve settings. Use these settings to set up funds reserves before settlement.

Response
{ "settlementSettings": { "settlementCurrency": "USD", "settlementPeriod": {}, "advancedSettings": [] }, "riskReserveSettings": [ {} ] }