Account Verification Request
Account Verification Request
This section provides the information that you need in order to process
an account verification
request
.Authorizing
a payment for
an account verification request
shows whether a payment card account is valid and whether the card is lost or stolen.
You cannot capture an account verification
request
.Endpoint
Production:
POST
https://api.cybersource.com
/pts/v2/paymentsTest:
POST
https://apitest.cybersource.com
/pts/v2/paymentsRequired Fields for Processing an Account Verification
Request
an Account Verification
Request
Use these required fields for processing
an account verification request
.- clientReferenceInformation.applicationUser
- Set the value toeftPOS.
- Set the value toeftPOS.
- Set the value toCNP.
- Set the value tointernet.
Related Information
REST Example: Processing an Account Verification
Request
an Account Verification
Request
Request
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152{{ "clientReferenceInformation": { "code": "Account_Verify_A61_015", "reconciliationId": "23", "partner": { "developerId": "eftPOS", "solutionId": "CNP" }, "applicationUser": "eftPOS" }, "processingInformation": { "commerceIndicator": "internet" }, "orderInformation": { "billTo": { "country": "AU", "lastName": "VDP", "address2": "Address 2", "address1": "123 Collins St", "postalCode": "3000", "locality": "Melbourne", "administrativeArea": "VI", "firstName": "CYBS", "phoneNumber": "3-9657-1234", "district": "VI", "buildingNumber": "123", "company": "Visa", "email": "test@cybs.com" }, "amountDetails": { "totalAmount": "0.00", "currency": "aud" } }, "aggregatorInformation": { "aggregatorId": "1234567895" }, "paymentInformation": { "card": { "expirationYear": "2024", "number": "4687380100010006", "expirationMonth": "12", "type": "070" }, "purchaseTotals": { "currency": "AUD", "grandTotalAmount": "0.00" } }, "merchantInformation": { "transactionLocalDateTime": "20240101010106" }}
Response to a Successful Request
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253{{ "_links": { "authReversal": { "method": "POST", "href": "/pts/v2/payments/7089507574696597603091/reversals" }, "self": { "method": "GET", "href": "/pts/v2/payments/7089507574696597603091" }, "capture": { "method": "POST", "href": "/pts/v2/payments/7089507574696597603091/captures" } }, "clientReferenceInformation": { "code": "Account_Verify_A61_015", "partner": { "developerId": "eftPOS", "solutionId": "CNP" } }, "id": "7089507574696597603091", "orderInformation": { "amountDetails": { "authorizedAmount": "0.00", "currency": "aud" } }, "paymentAccountInformation": { "card": { "type": "070" } }, "paymentInformation": { "tokenizedCard": { "type": "070" }, "card": { "type": "070" } }, "processorInformation": { "systemTraceAuditNumber": "144812", "retrievalReferenceNumber": "144812323712", "responseCode": "00", "avs": { "code": "2" } }, "reconciliationId": "7089507574696597603091", "status": "AUTHORIZED", "submitTimeUtc": "2024-02-26T12:32:37Z"}