Authenticate (2 step)
Change the status of your OnHold Transactions to received
Authenticate
POST
https://sandbox.localpayment.com/api/v2/payouts/authenticate
Headers
Name | Type | Description |
---|---|---|
Content-Type* | String | Default: application/json Content Type |
Authorization* | String | Authorization |
customer_id* | String | <= 12 Customer id |
countryCode | String | Enum: "ARG" "COL" "URY" "BRA" "MEX" "CHL" Country Code |
Request Body
Name | Type | Description |
---|---|---|
Array () | String | A merchants_id list of the transactions to authorize |
This function is OPTIONAL, only need for clients that would like to request payouts in 2 steps.
Request first step the payout with Authenticate = true -> payout starts with status ONHOLD
Request second step using this endpoint to change the status from ONHOLD to RECEIVED so the payout gets unlocked
Last updated