Create a new payment link for an invoice, adhoc invoice or customer
New payment provider payment link
OK
Created
Bad Request
Unauthorized
Forbidden
{- "paymentProviderId": 1,
- "amountInMajorCurrency": 10.5,
- "description": "string",
- "emailAddress": "string",
- "invoiceId": 1,
- "adhocInvoiceId": 1,
- "customerId": 1
}
{- "id": 1,
- "paymentProviderId": 1,
- "amountInMajorCurrency": 10.5,
- "currencyId": 1,
- "description": "string",
- "emailAddress": "string",
- "invoiceId": 1,
- "adhocInvoiceId": 1,
- "customerId": 1,
}