Overview
Depot is a redirect-based payment method. After creating a payment via API, redirect the customer topayment_url to complete the payment.
Payment Flow
1
Create Payment
Call
POST /v1/payments to create a payment and obtain payment_url2
Redirect Customer
Redirect customer to
payment_url3
Customer Completes Payment
Customer completes payment on Depot’s page
4
Redirect Back
Customer is redirected to your
success_redirect_url or failure_redirect_url5
Verify Result
Optionally verify payment status using Get Payment API
Implementation Example
Webhook Integration
For reliable payment confirmation, set up webhooks:For complete API parameters and response details, see the Create Payment API reference.