transaction.finish
transaction.finish
transaction.finish
Description
Finish transaction that has been started previously
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| hash | (string) | yes | Hash string of order that is related to transaction |
| pp_type | (string) | yes | Payment processor type |
| card_number | (string) | yes | Credit Card Number |
| transaction_id | (string) | no | Can be used instead of Credit Card for repeated billing transactions |
| card_expire | (string) | yes | Credit Card Expiration date |
| xsale-descriptor | (string) | no | Force descriptor value (XS only) |
| step_down | (int) | no | Force step down procedure (start immediately with stepped down price) |
| allow_step_down | (int) | no | Allow step down procedure (start immediately when 1st attempt fails - if possible) |
*List of params depends of payment processor, params listed above are used for majority of Credit Card based PP's
Return
| Name | Type | Description |
|---|---|---|
| result | array | Result array with data |
Usage Example
See Quick Start Guide for examples
Referenced Files
None
Subscribers
None
- Last Author
- aplawecki
- Last Edited
- Apr 24 2019, 06:15