Get specific cash deposit
Get specific cash deposit by reference
Path parameters
Response
cash deposit details
Example response
{
"currency": "USD",
"payinCurrency": "NGN",
"amount": 100,
"rate": 1450.75,
"payinAmount": 145075,
"feeAmount": 0.5,
"providerReference": "PROV123456",
"paymentDetails": {
"details": {
"accountName": "John Doe",
"accountNumber": "230101010",
"reference": "PROV123456"
},
"payinCurrency": "NGN",
"paymentMethods": [
{
"fee": {
"percentage": 0.0035,
"fixedAmount": 1.5,
"currency": "USD"
},
"limits": {
"minAmount": 1,
"firstParty": {
"maxPerTransaction": 250000,
"maxPerDay": 24000
},
"thirdParty": {
"maxPerTransaction": 250000,
"maxPerDay": 24000
},
"currency": "USD"
},
"timeline": {
"minValue": 1,
"maxValue": 3
}
}
]
}
}Changes
Changed in 4 of the 6 revisions of this API.7113
- ○
added the optional property
feeAmountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
feeInclusiveto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
paymentDetails/paymentMethodsto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
paymentDetails/detailsresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ○
added the optional property
paymentDetails/details/referenceto the response with the200statusresponse-optional-property-added
- ○
removed
CashAccountDetailsfrom thepaymentDetails/detailsresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added discriminator to
paymentDetails/detailsresponse property for the response status200response-property-discriminator-added
- ○
added the required property
paymentDetails/details/accountInfoTypeto the response with the200statusresponse-required-property-added
- ○
added the required property
paymentDetails/details/accountNameto the response with the200statusresponse-required-property-added
- ○
added the required property
paymentDetails/details/accountNumberto the response with the200statusresponse-required-property-added
- ▲
- ▲
the response property
paymentDetails/detailsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
paymentDetails/detailsbecame optional for the status200response-property-became-optional
- ▲
the
paymentDetails/detailsresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
paymentDetails/details/accountInfoTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
paymentDetails/details/accountNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
paymentDetails/details/accountNumberfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
paymentDetails/details/referencefrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
- ○
added
CashAccountDetailsto thepaymentDetails/detailsresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed discriminator from
paymentDetails/detailsresponse property for the response status200response-property-discriminator-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲