ThirdPartyWithdrawalDetails
Withdrawal direction details.
typeParticipantType (string)
Participant in the payment.
Possible values: [THIRD_PARTY, FIRST_PARTY]
Default value:
FIRST_PARTYExample:
FIRST_PARTYdescriptionstring
Description of the payment.
Possible values: <= 50 characters
recipientReferencestring
Withdrawal recipient id of ACTIVE withdrawal recipient for THIRD_PARTY withdrawals. If not specified during THIRD_PARTY Withdrawal creation, the withdrawal recipient must be specified during the first withdrawal step.
Example:
97266b06-c85f-4acd-9a3f-3aa0eed8b11eThirdPartyWithdrawalDetails
{
"type": "FIRST_PARTY",
"description": "string",
"recipientReference": "97266b06-c85f-4acd-9a3f-3aa0eed8b11e"
}