Difference between revisions of "X-Payments:Void authorized transaction request"
m |
m |
||
Line 57: | Line 57: | ||
| colspan="1" | string, 65536 | | colspan="1" | string, 65536 | ||
| colspan="1" | Gateway transaction message | | colspan="1" | Gateway transaction message | ||
+ | |- | ||
+ | | colspan="1" | payment | ||
+ | | colspan="1" | container | ||
+ | | colspan="1" | (Only API 1.9) Container with [[X-Payments:Payment_information_request#PaymentInfoSpecification | Payment information]] | ||
|} | |} | ||
Latest revision as of 16:03, 24 April 2018
- API versions supported
- Samples
- API requests
- API Requests from the store to X-Payments
- Callback requests (web-hooks) from X-Payments to the store
- Browser-related
- Appendix A. Status codes.
- See also
Request specification
Field | Required | Type | Description |
target | Y | string, 128 | Must equal payment |
action | Y | string, 128 | Must equal void |
txnId | Y | string, 32 | Unique payment ID |
amount | N | currency | Amount to void of the authorized transaction. By default equals to the amount of the authorized transaction |
api_version | Y | string | Must equal one of the following: 1.2, 1.3, 1.4, 1.5 etc. |
Request example
<txnId>e7f398cee98ec062abac0d2c937da181</txnId> <amount>50.00</amount> <target>payment</target> <action>void</action>
Response specification
Field | Type | Description |
status | integer, 1 | Operation status code |
message | string, 65536 | Gateway transaction message |
payment | container | (Only API 1.9) Container with Payment information |
Response example
<data> <status>1</status> <message>Success</message> <error></error> <error_message></error_message> </data>