On This Page
pilot
Endpoints
The
Intelligent Commerce
REST API uses these endpoints to complete
purchases:- Enroll a Card
- Production:POSThttps://api.cybersource.com/acp/v1/tokens
- Test:POSThttps://apitest.cybersource.com/acp/v1/tokens
- Initiate a Purchase Intent
- Production:POSThttps://api.cybersource.com/acp/v1/instructions
- Test:POSThttps://apitest.cybersource.com/acp/v1/instructions
- Update a Purchase Intent
- Production:PUThttps://api.cybersource.com/acp/v1/instructions/{instructionID}
- Test:PUThttps://apitest.cybersource.com/acp/v1/instructions/{instructionID}
- Cancel a Purchase Intent
- Production:PUThttps://api.cybersource.com/acp/v1/instructions/{instructionID}/cancel
- Test:PUThttps://apitest.cybersource.com/acp/v1/instructions/{instructionID}/cancel
- Retrieve Payment Credentials
- Production:POSThttps://api.cybersource.com/acp/v1/instructions/{instructionID}/credentials
- Test:POSThttps://apitest.cybersource.com/acp/v1/instructions/{instructionID}/credentials
- Confirm Transaction Events
- Production:POSThttps://api.cybersource.com/acp/v1/instructions/{instructionID}/confirmations
- Test:POSThttps://apitest.cybersource.com/acp/v1/instructions/{instructionID}/confirmations