Retrieves the financial settings of a gateway account with a specified ID.
Important: This operation is experimental and may not be backward compatible.
Financial settings retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
{- "riskReserveSettings": [
- {
- "filter": "paymentInstrument.method:payment-card",
- "bips": 100,
- "period": {
- "method": "date-interval"
}
}
], - "settlementSettings": {
- "settlementCurrency": "USD",
- "settlementPeriod": {
- "method": "date-interval",
- "duration": 1,
- "unit": "second",
- "anchor": {
- "method": "immediately"
}
}, - "advancedSettings": [
- {
- "filter": "currency:EUR,GBP",
- "settlementCurrency": "USD",
- "settlementPeriod": {
- "method": "date-interval",
- "duration": 1,
- "unit": "second",
- "anchor": {
- "method": "immediately"
}
}
}
]
}
}