Create a payment link
Create a new payment link for an accounts payble invoice (to be paid by the entity) or an accounts receivable invoice (to be sent to the counterpart).
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Headers
Request
Specifies the invoice vendor - entity or counterpart. This is the payee, or the recipient of the payment.
The payment currency. Mutually exclusive with object
.
An object containing information about an external invoice to be paid. Mutually exclusive with object
.
If the invoice being paid is a payable or receivable stored in Monite, provide the object
object containing the invoice type and ID. Otherwise, use the amount
, currency
, payment_reference
, and (optionally) invoice
fields to specify the invoice-related data.
A payment reference number that the recipient can use to identify the payer or purpose of the transaction. Mutually exclusive with object
.
The URL where to redirect the payer after the payment. If return_url
is specified, then after the payment is completed the payment page will display the “Return to platform” link that navigates to this URL.
Response
The URL where to redirect the payer after the payment. If return_url
is specified, then after the payment is completed the payment page will display the “Return to platform” link that navigates to this URL.