Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to use payment token to make payment with settlement using REST API
Hi, I do have a question regarding how to use payment id to hit rest api to create a sales/payment.
the payment id is generated after I use hosted checkout with transaction_type=create_payment_token.
I confuse is cybersource only have Authorization with Token Create but don't have make payment using token
03-06-2024 02:04 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you authorise with the token and reference the returned Request ID for the capture.
https://developer.cybersource.com/api-reference-assets/index.html#payments_capture_capture-a-payment
If you want to authorise and capture in one request, set processingInformation.capture = true
03-08-2024 05:59 AM
