- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
There is a delayed capture feature mentioned in Chase Orbital Version 7.0.1 Integration. How could we use this delayed capture feature through API?
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
"Create Authorization" is the first step before the actual capture. To use the delayed capture feature:
1) Please use [Create Authorization] to freeze an amount of fund. In response, you can get a gatewayOrderId and a transactionId.
2) If you want to use the Delayed Capture feature to capture this amount, please submit a [CRUD: Create Payment] and populate the gatewayOrderId and transactionId in the request.
3) If you want to unfreeze the frozen money, please use [Cancel Authorization] call to cancel the authorization.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
"Create Authorization" is the first step before the actual capture. To use the delayed capture feature:
1) Please use [Create Authorization] to freeze an amount of fund. In response, you can get a gatewayOrderId and a transactionId.
2) If you want to use the Delayed Capture feature to capture this amount, please submit a [CRUD: Create Payment] and populate the gatewayOrderId and transactionId in the request.
3) If you want to unfreeze the frozen money, please use [Cancel Authorization] call to cancel the authorization.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √