Retrying the payment for an order
Availability
Request sample
{
"Language":"en",
"Country":"US",
"CustomerIP":"10.10.10.10",
"RefNo":"123456622",
"Source":"Website",
"ExternalCustomerReference":"externalCustomerId",
"Currency":"USD",
"MachineId":"123456789",
"Items":[
{
"Code":"5DCB30C6B0",
"Quantity":1
}
],
"BillingDetails":{
"FirstName":"Customer First Name",
"LastName":"Customer Last Name",
"CountryCode":"US",
"State":"California",
"City":"San Francisco",
"Address1":"Example Street",
"Zip":"90210",
"Email":"[email protected]"
},
"PaymentDetails":{
"Type":"TEST",
"Currency":"USD",
"PaymentMethod":{
"CardNumber":"4111111111111111",
"CardType":"VISA",
"ExpirationYear":"2023",
"ExpirationMonth":"12",
"HolderName":"John Doe",
"CCID":"123",
"Vendor3DSReturnURL":"http:\/\/yoursuccessurl.com",
"Vendor3DSCancelURL":"http:\/\/yourcancelurl.com"
},
"CustomerIP":"10.10.10.10"
}
}Last updated
Was this helpful?