Direct Deposit
Request Information
JSON Body Interface:
{
"deposit": {
"amount": number,
"currency": string
},
"client": {
"first": string,
"last": string,
"referenceID": string,
"browseragent": string,
"ipAddress": string
},
"contact": {
"email": string,
"phone": string // include country code
},
"billingAddress": {
"address": string,
"addressLine2": string,
"city": string,
"state": string,
"postalCode": string,
"country": string // two letter country code
},
"paymentData": {
"cardNumber": string,
"monthExpire": string,
"yearExpire": string,
"cvv": string
},
"3D":{
"redirectURL": string // only for 3D transactions
}
}Example JSON Body:
Response Information
Successful Responses:
Approval Response Example (2D)
Approval Response Example (3D)
Refused Response Example
Error Responses
Last updated