Make a Payment
Description¶
The makeAPayment
endpoint is used to submit a payment request to a payment gateway. An "authorization" (auth) will be submitted for credit cards or PINless debit cards used as a credit card. A "sale" will be submitted for an eCheck or for PINless debit cards used as a debit card.
Requests can be done with a "new payment method" or an "existing payment method." New payment methods are those that the user enters manually, whereas existing payment methods are those that have been "tokenized" and can be used without entering the full card information.
Request¶
Endpoint¶
/ui/v1/makeAPayment
Method¶
POST
Header¶
Content-Type: application/json
Authorization: Basic $TOKEN
Note
Replace $TOKEN
in the request with the base64-encoded username/password combination in the format username:password
.
Given a username of username
and a password of password
, the request header would appear as follows:
Content-Type: application/json
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Attributes¶
A • is a child element, • • is a grandchild element, • • • is a great-grandchild element.
ELEMENT | DESCRIPTION | FORMAT |
---|---|---|
money | Required Array index |
|
• amount | Required Payment amount |
10.00 |
• currency | Required array index |
|
•• currencyCode | Required 3-character currency code |
Currency Codes |
paymentType | Required Type of payment |
• SINGLE_PAYMENT • SPLIT_PAYMENT |
consolidatedPayInfo | Required Array index |
|
• payments | Required Array index |
|
•• type | Required Type of payment method being used |
• creditcard • echeck • pinlessdebitcard • paypal |
•• paymentMethodType | Required Payment method type name |
Payment Method Types |
•• cardNetworkName | Conditional Applies to credit card and debit card payments only. Card network name |
Card Networks |
•• nameOnCard | Conditional Required for Realex Cardholder's name |
John Smith |
•• firstName | Conditional Required for CyberSource, PayPal Cardholder's first name |
John |
•• lastName | Conditional Required for CyberSource, PayPal Card holder's last name |
Smith |
•• cardNumber | Conditional Required for credit cards or PINless debit cards Credit/debit card number |
4111111111111111 |
•• expiryMonth | Conditional Required for credit cards or PINless debit cards 2-digit expiration month |
08 |
•• expiryYear | Conditional Required for credit cards or PINless debit cards 2-digit expiration year |
20 |
•• CVN | Conditional Required if CVV validation is enabled CVV/CVN |
4 digits for American Express cards, 3 digits for others |
•• processDebitOrCredit | Conditional Required for PINless debit Whether a transaction will be processed as credit or debit |
• debit • credit |
•• subscriptionId | Conditional Required if using a saved/tokenized payment method Subscription ID |
1122334455667788 |
•• routingNumber | Conditional Required for eCheck Bank account's routing number |
0111111111 |
•• accountNumber | Conditional Required for eCheck Account Number |
1234567890 |
•• bankName | Optional Optional for eCheck Bank name |
Test Bank |
•• accountType | Optional Optional for eCheck Type of bank account |
Account Types |
•• billingAddress | Conditional Required if billing address validation is enabled Array index |
|
••• country | Conditional Required if billing address validation is enabled Billing address country |
Country Code |
••• state | Conditional Required if billing address validation is enabled Billing address state (US) or province (Canada) |
States/Provinces |
••• city | Conditional Required if billing address validation is enabled Billing address city |
Atlanta |
••• addressLine1 | Conditional Required if billing address validation is enabled Street address |
123 Maple Street |
••• addressLine2 | Optional Apartment/suite number |
Apt. 2A |
••• zipCode | Conditional Required if billing address validation is enabled Billing address ZIP/postal code |
12345 |
•• money | Required Amount |
10.00 or 1000 Include decimal (e.g., 10.00) for CyberSource, omit (e.g., 1000) for Realex |
•• currency | Required Array index |
|
••• currencyCode | Required 3-character currency code |
Currency Codes |
•• paymentGatewayType | Required Array index |
|
••• name | Required Name of payment gateway processing the payment |
Payment Gateways |
•• payWith | Required New or saved payment method |
• NEW_PAYMENT_METHOD • EXISTING_PAYMENT_METHOD |
Credit Card Payment¶
Request (New Payment Method)¶
{
"money": {
"amount": "100.00",
"currency": {
"currencyCode": "USD",
"isoNumericCode": "840"
}
},
"paymentType": "SINGLE_PAYMENT",
"consolidatedPayInfo": {
"payments": [
{
"type": "creditcard",
"paymentMethodType": "CREDIT_CARD",
"cardNetworkName": "VISA",
"nameOnCard": "JohN Smith",
"firstName": "",
"lastName": "",
"cardNumber": "4112344112344113",
"expiryMonth": "11",
"expiryYear": "28",
"cvn": "411",
"cardSwipe": false,
"posKeyed": false,
"emvContact": false,
"geolocation": "{\"city\":\"Johns Creek\",\"country\":{\"code\":\"US\",\"name\":\"United States\"},\"timestamp\":1630590178548,\"location\":{\"latitude\":34.049978599999996,\"longitude\":-84.17515449999999,\"address\":\"1900 Everly Ln, Johns Creek, GA 30097, USA\",\"placeId\":\"ChIJB-IBVu-Z9YgRh6cXJf3BW0s\",\"altitude\":null,\"accuracy_radius\":6246,\"altitudeAccuracy\":null,\"heading\":null,\"speed\":null,\"time_zone\":\"America/New_York\"},\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36\",\"ip\":\"12.197.184.98\",\"remoteHost\":\"\"}",
"processDebitOrCredit": "",
"refundMethod": {
"name": "ORIGINAL_PAYMENT_METHOD"
},
"refundStatus": {
"name": "NONE"
},
"voidStatus": {
"name": "NONE"
},
"orderId": "",
"subscriptionId": "",
"reEnterAccountNumber": "",
"accountHolderName": "",
"dateOfBirth": "",
"driversLicenseNumber": "",
"driversLicenseState": null,
"billingAddress": {
"country": "USA",
"state": "GA",
"city": "Johns Creek",
"addressLine1": "12000 Findley Road",
"addressLine2": "Suite 350",
"addressLine3": null,
"zipCode": "30097"
},
"money": {
"amount": "100.00",
"currency": {
"currencyCode": "USD",
"isoNumericCode": "840"
}
},
"paymentGateway": {
"name": "CHASE_PAYMENTECH_ORBITAL"
},
"payWith": "CARD_NOT_PRESENT",
"posTerminalId": "",
"arqcData": "",
"serialNumber": "",
"trackData1": "",
"trackData2": "",
"encryptedTrack1": "",
"encryptedTrack2": "",
"encryptedTrack": false,
"posEntryMode": {
"name": "MANUAL_ENTRY_WIRED"
},
"ksn": "",
"posDeviceType": {
"name": "NONE"
},
"authCode": "",
"convenienceFees": 0,
"channel": {
"id": "1"
},
"issueDate": "",
"checkNumber": "",
"moneyOrderNumber": "",
"batchData": ""
}
]
},
"paymentCycle": "ONCE",
"transactionType": {
"name": "PRE_AUTHORIZATION"
},
"ssoEnabledInd": "false",
"threeDSecurePaReq": "",
"threeDSecureURL": "",
"threeDSecureVISAPit": "",
"realexRequestId": "",
"threeDSecureEncodedMD": "",
"password": "password",
"paymentMethodName": "",
"invoiceNumber": "123456",
"voidReason": "",
"refundReason": "",
"transactionCategory": {
"name": "CARD_NOT_PRESENT"
},
"paymentAction": {
"name": "PRE_AUTHORIZATION"
},
"memo": "",
"addProfileAsPartOfAuthRequest": false,
"merchantId": "1",
"userRole": "MERCHANT_ADMIN",
"uiType": "",
"emailAddress": "Smithh@gmail.com",
"reEnterEmailAddress": "smithh@gmail.com",
"mobileNumber": "",
"reEnterMobileNumber": "",
"textMessageType": {
"name": "SMS"
},
"mobileCountryCallingCodeId": 1,
"mobilePhoneCarrierType": {
"name": "UNKNOWN",
"emailDomain": "",
"value": "Select"
},
"recurringInd": false,
"id": "",
"createdUserId": "",
"disablePaymentType": false,
"disableAmount": false,
"digitalSignature": "",
"agreeToPayInd": false,
"agreeToAcceptRefundInd": false,
"goodsAndServicesPurchaseType": {
"name": "SERVICE"
},
"checkInDate": "",
"checkOutDate": "",
"bookingNumber": "",
"groupName": "",
"customerName": "John Smith",
"merchantLocation": null,
"customerId": "",
"numberOfCards": "1",
"confirmationInd": false,
"productCode": null,
"geolocation": "{\"city\":\"Johns Creek\",\"country\":{\"code\":\"US\",\"name\":\"United States\"},\"timestamp\":1630590178548,\"location\":{\"latitude\":34.049978599999996,\"longitude\":-84.17515449999999,\"address\":\"1900 Everly Ln, Johns Creek, GA 30097, USA\",\"placeId\":\"ChIJB-IBVu-Z9YgRh6cXJf3BW0s\",\"altitude\":null,\"accuracy_radius\":6246,\"altitudeAccuracy\":null,\"heading\":null,\"speed\":null,\"time_zone\":\"America/New_York\"},\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36\",\"ip\":\"12.197.184.98\",\"remoteHost\":\"\"}",
"qualifiedHealthcareAmount": null,
"amountType": {
"name": "UNKNOWN"
},
"sameAsUserAddress": [
false,
false
]
}
Response (New Payment Method)¶
{
"tiList": [
{
"id": 6475,
"originalOrderId": "rhb0y46j17c5",
"pymtGtwyRefNumber": "61377562E48022A0E9EF900AEC8B906DE04253F0",
"authCode": "tst517",
"parentPymtGtwyRefNumber": null,
"paymentGateway": {
"value": "Chase Paymentech (Orbital)",
"name": "CHASE_PAYMENTECH_ORBITAL"
},
"money": {
"amount": 100.000,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1610982290000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"orderId": "rhb0y46j17c5",
"splitPaymentsTxnSequence": "2",
"encryptedPaymentMethod": "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",
"paymentMethodType": {
"value": "VISA",
"name": "VISA"
},
"encodedMetaData": null,
"responseMsg": "Approved",
"responseCode": "00",
"createdDateTime": 1631024482000,
"lastUpdatedDateTime": null,
"initiatedDateTime": 1631024482000,
"transactionStatus": {
"value": "Success",
"name": "SUCCESS"
},
"channel": {
"id": 1,
"channelName": "Sandpiper Bay",
"channelStatus": {
"value": "Active",
"name": "ACTIVE"
},
"channelType": {
"value": "Internal",
"name": "INTERNAL"
},
"createdDateTime": 1477321991000,
"merchantId": 1,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 376,
"industryType": {
"value": "eCommerce",
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": false,
"allowMoneyOrderAsPaymentMethodInd": false,
"allowPaperCheckAsPaymentMethodInd": false,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 290,
"paymentMethodType": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"paymentGateway": {
"value": "Chase Paymentech (Orbital)",
"name": "CHASE_PAYMENTECH_ORBITAL"
},
"cardBrand": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"cardId": null,
"createdUserId": 1,
"lastModifiedUserId": 376,
"createdDateTime": 1536677090000,
"lastUpdatedDateTime": 1545671577000,
"position": 31
},
{
"id": 242,
"paymentMethodType": {
"value": "Debit Card",
"name": "PIN_LESS_DEBIT_CARD"
},
"paymentGateway": {
"value": "Chase Paymentech (Orbital)",
"name": "CHASE_PAYMENTECH_ORBITAL"
},
"cardBrand": {
"value": "VISA Debit",
"name": "VISA_DEBIT"
},
"cardId": 712,
"createdUserId": 112,
"lastModifiedUserId": 376,
"createdDateTime": 1535409349000,
"lastUpdatedDateTime": 1545671577000,
"position": 22
},
{
"id": 231,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Chase Paymentech (Orbital)",
"name": "CHASE_PAYMENTECH_ORBITAL"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 701,
"createdUserId": 112,
"lastModifiedUserId": 376,
"createdDateTime": 1535409349000,
"lastUpdatedDateTime": 1545671577000,
"position": 11
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"transactionType": {
"value": "Pre-Authorization",
"name": "PRE_AUTHORIZATION"
},
"batchStatus": {
"value": "New",
"name": "NEW"
},
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 310,
"lastModifiedUserId": null,
"reconcileTransactionRefNumber": null,
"batchID": null,
"voidActionInd": false,
"refundActionInd": false,
"captureActionInd": false,
"incrementalAuthActionInd": false,
"paymentType": "SINGLE_PAYMENT",
"recurringInd": false,
"paymentCycle": "ONCE",
"totalRefundedAmount": null,
"refundStatus": {
"value": "None",
"name": "NONE"
},
"refundMethod": null,
"totalVoidedAmount": null,
"voidStatus": {
"value": "None",
"name": "NONE"
},
"incrementalAuthAmount": null,
"totalAuthAmount": null,
"scheduledPaymentDateTime": null,
"subscriptionId": "",
"transactionOwnerId": 310,
"vcOrderId": null,
"invoiceNumber": "123456",
"transactionCategory": {
"value": "Card Not Present (CNP)",
"name": "CARD_NOT_PRESENT"
},
"encryptedGeolocationInfo": "ua09vB+0GuHY+V5JiXwpObPuU4DADyH0f5fREGdkm2i8Y7v5asRgH+bGTWR2JWyHBzwW37H9R2FZ3v2Avq3zAOGSGWLYw+HLdbvy2BmRjHpx8/YRv5MqrszCIInQE1nlMr+UCcIuWSExBBc778+j7MsOm8dPkNnOQtuv6GUdQYm8pv+W3P3N8yI8XpYEifxj9sza4eVYaTqTSy4NLaNkhGVnVa43O0uiCNdgucDoD4yQgfbnQMkktyjoQmbHp/icyIxq/KDk0KuN6/yC/71BwYiaab6PDnT5cuUbkPpoeVVFFaqyA2LBeWUOlwa5f/zpvAqFj3JizgzHNG3ILZQg6QLK93nIHXIieNUvZsFjeElj8+E+c4qtrHpifh5cpAgiWBjvIdmwkR+ivrbIkSfZqLN2Q2MRwkWR4Cd/olBdQRLRULkyVAFNw2auqT1m8lvp/MXtdWycifKFQKIeiRaQb/n9CiYDd2id7syBonc1SrmclqP55i2H+HbX7rUlcM8fyPigANYBbQ4B0WrF03rw3jvSILTI9LKmCQtQxSw7G1bbxRN6rLpZgRfun+s0edkeXnCZdAGYILLtcD3AzemxuHSvCEoebV3N30ZLI5hSx3uEooCz5/HXaZKUb3JhIZ/sc15Szhza2girQjrEBB3puel1kaneT/avYPTNROEgH5Sx3GgQa1ni1UezyGdeJAF0xQYVRArxZRgp/UAGj+6TVValwJy1XssaxEE8t9RFsiI=",
"voidReason": "",
"refundReason": "",
"captureAmount": null,
"voidAmount": null,
"posEntryMode": {
"value": "Manual Entry - Wired (Current EMV)",
"name": "MANUAL_ENTRY_WIRED"
},
"merchantId": 1,
"memo": "",
"partialAuthAmount": null,
"retryTraceNumber": 3834877072777962,
"lastFourDigitsOfAcctNum": "4113",
"merchantNumber": "273277",
"digitalSignature": "0H/VWIPMomhdhG89XGPxWg==",
"goodsAndServicesPurchaseType": {
"indicator": "",
"value": "Service",
"name": "SERVICE"
},
"checkInDate": null,
"checkOutDate": null,
"bookingNumber": "",
"groupName": "",
"customerName": "John Smith",
"merchantLocation": null,
"customerId": null,
"routingLevel": {
"value": "Primary",
"name": "PRIMARY"
},
"productCode": null,
"convenienceFees": 0.000,
"acquirerTerminalId": "001",
"transactionStatusInformation": null,
"applicationIdentifier": null,
"terminalVerificationResults": null,
"issuerApplicationData": null,
"cardholderVerificationMethod": null,
"macKSN": null,
"issuerAuthenticationData": null,
"issuerScriptTemplate1": null,
"issuerScriptTemplate2": null,
"applicationLabel": null,
"fiservIPGTransactionId": null,
"transactionDetails": [],
"posTerminalId": null,
"qualifiedHealthcareAmount": null,
"amountType": {
"value": "Unknown",
"code": "",
"name": "UNKNOWN"
},
"avsResultCode": null,
"cvvResultCode": null,
"fiservLocalTransmissionDateTime": null,
"posTerminal": null,
"returnURL": null,
"cancelURL": null,
"paymentRedirectURL": null,
"cardType": null,
"realex3DSecureVISAPit": "",
"realex3DSecureURL": "",
"realex3DSecurePaReq": "",
"realex3DSecureEncodedMD": "",
"realexRequestID": "",
"iPaymentMethod": null,
"createdUserName": null,
"capturePymtGtwyRefNumber": null,
"transactionOwnerUserName": null,
"geolocation": null,
"addProfileAsPartOfAuthRequest": false,
"paymentAction": null,
"merchantName": null,
"productName": null,
"strCheckInDate": null,
"strCheckOutDate": null,
"serialNumber": null,
"textMessageType": null,
"profileSubscriptionId": null,
"transactionDetailMap": {},
"ipaymentMethod": null,
"ssoenabledInd": "",
"IFDSerialNumber": null
}
]
}