POST
/
v2.01
/
{ClientId}
/
payins
/
deposit-preauthorized
/
direct
/
complement

This endpoint allows you to make an additional capture linked to a deposit preauthorization in the following cases:

  • After using the Create a Deposit Preauthorized PayIn prior to complement endpoint to capture the preauthorized funds. You can use this endpoint once the PaymentStatus is TO_BE_COMPLETED.
  • After using the Cancel a Deposit Preauthorization or request a no-show endpoint to set the Deposit object’s PaymentStatus to NO_SHOW_REQUESTED. You can use this endpoint once the PaymentStatus is NO_SHOW.

Body parameters

AuthorId
string
required

The unique identifier of the user at the source of the transaction.

CreditedWalletId
string
required

The unique identifier of the credited wallet.

DebitedFunds
object
required

Information about the debited funds.

Fees
object
required

Information about the fees.

DepositId
string
required

The unique identifier of the deposit preauthorization.

Tag
string

Max. length: 255 characters

Custom data that you can add to this object.
For preauthorizations, you can use this parameter to identify corresponding information regarding the user or transaction on your platform.

Responses