Payment links
Accept or send payments online. Create a payment link and share it with your customers via email, SMS, or social media. When your customers click on the link, they can accept or pay using a credit card, debit card, or bank account.
Read our payment links documentation.
Create payment link
POST
/accounts/{accountID}/payment-links
Get payment link
GET
/accounts/{accountID}/payment-links/{paymentLinkCode}
List payment links
GET
/accounts/{accountID}/payment-links
Get payment link QR code
GET
/accounts/{accountID}/payment-links/{paymentLinkCode}/qrcode
Update payment link
PATCH
/accounts/{accountID}/payment-links/{paymentLinkCode}
Disable payment link
DELETE
/accounts/{accountID}/payment-links/{paymentLinkCode}