Creating a payment link
Create shareable payment links that customers can use to make payments without requiring integration into your website or app.
Create payment links using the Yoco Payment Links API. You require authentication using the appropriate scopes. For more information, see the Authentication documentation.
What are Yoco Payment Links?
Yoco Payment Links are secure, shareable URLs that direct customers to a Yoco payment page. They’re perfect for:
- Invoice payments: Send payment links via email or text message
- Once-off payments: Collect payments without building a checkout flow
Creating a Yoco Payment Link
Create the payment link
Make an authenticated POST request with the payment details.
For more information on the request body and response, see the create payment link API reference.
Error handling
For more information on errors, see the error handling documentation.
Next steps
After creating a payment link, you’ll need to verify when a customer pays. Check the order status using the Orders API.