post https://sandbox.leantech.me/payouts/v1/payment
Response
xxxxxxxxxx
curl --request POST \
--url https://sandbox.leantech.me/payouts/v1/payment \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
23{
"end_user_id": "560d6943-fa8e-4dd9-9717-50025bf2feae",
"payouts_payment_details": [
{
"payment_intent_id": "c97ccfea-b828-4850-bfe4-a06acfbb024b",
"initiate_payment_task_id": "c4d5d3a9-f1bd-4361-9aff-42d4c7a9c3d0",
"account_number": "338247974759251",
"iban": "AE480484338247974759251",
"destination_details": {
"destination_id": "2dac22a7-e168-454d-960b-7dfaddab6a54",
"amount": 670,
"currency": "AED",
"payment_status": "CREATED",
"recipient_details": {
"account_number": "1015000000601",
"iban": "AE760260001015000000601",
"name": "Al Fulani"
}
},
"bank_identifier": "LEAN_SME_MB1_UAE"
}
]
}