Payment links
Payment links offer a no-code way to accept payments online. You can 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 pay using a credit card, debit card, or bank account.
Payout payment links are in development and coming soon.
Create payment link
POST
/accounts/{accountID}/payment-links
Get payment link
GET
/accounts/{accountID}/payment-links/{paymentLinkCode}
List payment link
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}