Financialization
v1/transaction/capture
The service where financialization has done for the relevant amount or less than the relevant amount from the credit card in pre-authorized transactions.
This service is only used for capturing pre-provision type transactions.
To use the financialization service, you must perform basic authentication with the secret_key. See More
Parameter Name | Type | Required | Description |
xact_id | string | Yes* | Encrypted Transaction Id. |
xact | string | Yes* | Transaction Id. |
reference_no | string | Yes* | Reference number of the related transaction |
amount | string | No | The amount at which financialization is wished. The amount must be multiplied by 100. It should be sent as like “10.00 TL” => “1000”. If it is sent empty, the full pre-authorization amount will be taken. |
At least one of the xact_id, xact and reference_no fields is required.
Last updated