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.

Branding rules:

  • If the sender has no branding profiles, omit brandingProfileId. The payment branding will be null.
  • If the sender has at least one branding profile, brandingProfileId is required.
  • When brandingProfileId is provided, it must belong to the sender and be linked to the selected senderBankId.

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
claimNumberstringAn optional claim reference (up to 255 characters). Shown alongside the payment in the dashboard, Transaction History, and exports.no
senderBankIdstringThe ID of the bank to send funds fromno
brandingProfileIdnumberRequired only when the sender has at least one branding profile. It must belong to the sender and be linked to senderBankId. Use /api/public/my-info/branding-profiles to retrieve values. Omit it when the sender has no branding profiles.conditional
approversEmailsarrayA list of email addresses for approvalno

Response

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


Did this page help you?