You’re all set up! Now let’s initiate your first payment using GreenBanana’s BNPLx API.
This guide walks you through a basic payment request using your authenticated API key.Prerequisites
Before you start, make sure you have:
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}}/paymentsStep 2: Confirm the Payment
If your payment requires customer confirmation (status: pending_auth), use the confirm endpoint:API EndpointPOST {{url}}/payments/{payment_id}/confirm