Send pending payment
API Refs
- Staging: Send pending payment
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
Name | Type | Description | Required |
---|---|---|---|
file | binary | A file to be attached to the payment | no |
recipientEmail | string | The email address of the recipient | yes |
amount | number | The payment amount | yes |
memo | string | A short description for the payment | no |
senderBankId | string | The ID of the bank to send funds from | no |
approversEmails | array | A list of email addresses for approval | no |
Response
A successful request returns a 201 Created
status code with no response body.
Updated 7 days ago