Send pending payment

📘

API Refs

This endpoint triggers a pending payment notification to be sent to a recipient. The recipient will receive an email with a link to choose their preferred payout method.

Request body

NameTypeDescriptionRequired
filebinaryA file to be attached to the paymentno
recipientEmailstringThe email address of the recipientyes
amountnumberThe payment amountyes
memostringA short description for the paymentno
senderBankIdstringThe ID of the bank to send funds fromno
approversEmailsarrayA list of email addresses for approvalno

Response

A successful request returns a 201 Created status code with no response body.