- A configured BNPL connector in your dashboard
- Your API keys (secret key for server-side calls)
- Basic understanding of REST APIs
- A tool to make HTTP requests(We use Postman).
First Payment call
Step 1: Create a Payment Refer to the Your First Payment in our API Reference for complete details. Here’s the basic flow: API EndpointPOST {{url}}/payments
Step 2: Confirm the Payment
If your payment requires customer confirmation (status: pending_auth), use the confirm endpoint:
API Endpoint
POST {{url}}/payments/{payment_id}/confirm
Next Steps
Once you’ve successfully created and confirmed your payment:- Capture the payment to complete the transaction
- Check your dashboard to view the payment status
- Set up webhooks for real-time payment updates
- Explore the full API reference for advanced features