Menu

Using Stored Customer Credentials During a Customer-Initiated Transaction

After customers store their credentials on file, they can recall these credentials to use with subsequent transactions.

Fields Specific to this Use Case

When a customer-initiated transaction (CIT) uses stored credentials, the transaction must include the following information in the authorization request:
processingInformation.authorizationOptions.initiator.storedCredentialUsed
Set the field to
true
to indicate that the previously stored customer credentials were used.

Endpoint

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