transfer commit operation
This page's content:
Endpoints
https://api.ebanxpay.com/ws/transfer/commit
https://sandbox.ebanxpay.com/ws/transfer/commit
HTTP Method
POST
Response
JSON
This method allows you to commit a transfer, confirming the transfer without having to wait the cancellation time. The transfer must be a payment balance transfer and have the status equal to OP
and within the cancellation time.
Request parameters
integration_key
string, length 100, required
Your unique and secret integration key.
external_reference
string, length 6-40, optional*
The external transfer reference.
transfer_code
string, length 6-40, optional*
The transfer unique reference code.
settlement_code
string, length 6-40, optional*
The transfer settlement code.
uid
string, 50 length, optional*
The transfer uid (EBANX unique identifier).
Response parameters
type
string
The type of the response (success
, api_error
, authentication_error
, invalid_request_error
, or request_error
).
message
string
The response message.