Developer Portal
9.6 Send Queued Transaction
JSON ‘request’ value | sendQueuedTransaction |
DESCRIPTION | This request will send a previously queued transaction. Account information entered by the user is passed in this request. |
URL | /Payment/CreditCard |
METHOD | Post |
URL PARAMS | None |
CONSUMES | text/json |
PRODUCES | text/json |
NOTES | The form of the account data depends on the payment method the user has chosen. It could be primary account data, Apple Pay encrypted data, Google Pay data, or P2PE encrypted data. This is sent from the browser via a java script when the user clicks on a particular button to make the payment. See the various wallet and payment method integration guides for more information. |