With a cash advance, a cardholder can withdraw cash against their credit card account limit at an ATM or at their bank. At the ATM, the cardholder is required to enter a PIN, which they may be allowed to request online. At the bank, the cardholder hands their credit card and identification to the bank clerk, or uses the bank card terminal.
This feature is supported for Discover, Mastercard, and Visa credit cards in the U.S.

Field Specific to This Use Case

This API field is specific to this use case:
processingInformation.authorizationOptions.cashAdvanceIndicator
Set this field to
true
.

Endpoint

Production:
POST
https://api.cybersource.com
/pts/v2/payments
Test:
POST
https://apitest.cybersource.com
/pts/v2/payments

Required Fields for Processing an Authorization for a Cash Advance

Use these required fields for processing an authorization for a cash advance.
IMPORTANT
When using relaxed requirements for address data and the expiration date, not all fields in this list are required. It is your responsibility to determine whether your account is enabled to use this feature and which fields are required. For details about relaxed requirements, see the support article Relaxed Requirements for Address Data and Expiration Date in Credit Card Transactions.
merchantInformation.categoryCode
Set this field to
6010
for cash advance authorization.
orderInformation.amountDetails.currency
orderInformation.amountDetails.totalAmount
orderInformation.billTo.address1
orderInformation.billTo.administrativeArea
orderInformation.billTo.country
orderInformation.billTo.email
orderInformation.billTo.firstName
orderInformation.billTo.lastName
orderInformation.billTo.locality
orderInformation.billTo.postalCode
paymentInformation.card.expirationMonth
paymentInformation.card.expirationYear
paymentInformation.card.number
processingInformation.authorizationOptions.cashAdvanceIndicator
Set this field to
true
.

Response Codes from an Authorization for a Cash Advance

201
Successful response.
400
Invalid request.
502
Unexpected system error or system timeout.