Process a Card Sale with Surcharge
{
"MerchID": 1,
"ccCardInfo": {
"AccountNumber": "4111111111111111",
"ExpMonth": 10,
"ExpYear": 2028,
"CSV": "122"
},
"AcctHolder": {
"Firstname": "Sean",
"Lastname": "Testing",
"Company": "",
"Title": "",
"Url": "",
"BillingAddress": {
"Address1": "123 Fake St.",
"Address2": "",
"City": "PORTLAND",
"State": "ME",
"ZIP": "04106",
"Country": "USA"
},
"Email": "robert@easypaysolutions.com",
"Phone": "8777248472"
},
"EndCustomer": {
"Firstname": "Sean",
"Lastname": "Testing",
"Company": "",
"Title": "",
"Url": "",
"BillingAddress": {
"Address1": "123 Fake St.",
"Address2": "",
"City": "PORTLAND",
"State": "ME",
"ZIP": "04106",
"Country": "USA"
},
"Email": "tester@easypaysolutions.com",
"Phone": "8777248472"
},
"Amounts": {
"BaseAmt": 52,
"Surcharge": 1.04,
"TotalAmt": 53.04
},
"PurchItems": {
"ServiceDescrip": "FROM API TESTER",
"ClientRefID": "1876345",
"RPGUID": "3d3424a6-c5f3-4c28-a294-490b6f674b41"
}
}Last updated
Was this helpful?