REST Example: Processing a Sale with Level III Data

Light Dark
Request
12345678910111213141516171819202122232425262728293031323334353637
{"clientReferenceInformation": { "code": "TC50171_3" }, "processingInformation": { "capture": true, "purchaseLevel": "3" }, "paymentInformation": { "card": { "number": "41111111XXXXXXXX", "expirationMonth": "12", "expirationYear": "2031", "type": "001" } }, "orderInformation": { "amountDetails": { "totalAmount": "100.00", "currency": "USD" }, "billTo": { "firstName": "John", "lastName": "Doe", "address1": "1 Market St", "locality": "san francisco", "administrativeArea": "CA", "postalCode": "94105", "country": "US", "email": "test@cybs.com", "phoneNumber": "4158880000" }, "shipTo": { "administrativeArea": "CA", "postalCode": "94105", "country": "US" } }}