35 lines
824 B
JSON
35 lines
824 B
JSON
{
|
|
"receivecode": "RWXSG",
|
|
"paymentDetails": {
|
|
"payer": {
|
|
"email": "a@b.com",
|
|
"firstName": "John",
|
|
"lastName": "Doe"
|
|
},
|
|
"card": {
|
|
"CV2": undefined,
|
|
"nameOnCard": "John E Doe",
|
|
"PAN": "4444 3333 2222 1111",
|
|
"expiryDate": "01-20",
|
|
"startDate": "01-00",
|
|
"issueNumber": 1,
|
|
"address": {
|
|
"address1": "Flat 20",
|
|
"address2": "Victoria House",
|
|
"address3": "15 The Street",
|
|
"town": "Christchurch",
|
|
"county": "Dorset",
|
|
"postcode": "BH23 6AA",
|
|
"phoneNumber": "+44 123 1110000"
|
|
}
|
|
}
|
|
},
|
|
"amount": {
|
|
"value": 1
|
|
},
|
|
"transactionDetails": {
|
|
"worldpay": {
|
|
"orderDescription": "2 Calling Birds, 1 Partridge in a Pear tree"
|
|
}
|
|
}
|
|
} |