Create cash deposit
Create cash deposit, using the created quote. Returns the deposit transaction, including the payment details the customer must pay into.
Request body
Example request
{
"reference": "CTR123456"
}Response
Cash deposit created
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 7 revisions of this API.7113
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ▲
the
/response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
removed from the
/response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
added discriminator to
/response property for the response statusresponse-property-discriminator-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ▲
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became optional for the statusresponse-property-became-optional
- ▲
the
/response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ●
removed the optional property
//from the response with the statusresponse-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 to the
/response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed discriminator from
/response property for the response statusresponse-property-discriminator-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲