Payments
Create payment orders
Use /payments, receive final-state webhooks, and fall back to query APIs for confirmation.
View docsMerchant API Docs
Merchant integration docs for payments, payouts, subscriptions, queries, webhooks, and Subscription Events.
Core APIs
Payments
Use /payments, receive final-state webhooks, and fall back to query APIs for confirmation.
View docsPayouts
Use /payouts, keep merchantOrderNo as the idempotency key, and query before retrying after failures.
View docsQueries
Query orders by platform or merchant order number, and retrieve balances or payout receipts.
View docsSubscriptions
Create Plans and hosted Checkout Sessions, manage Subscription state, and track Invoices and collection results.
View docsIntegration Flow
Use the production API Base URL: https://panama.deepayment.com/api/v1
Sign with your Ed25519 key and seal POST bodies; the SDK handles both.
Choose paymentMethod or payoutMethod and pass a reachable webhookUrl.
Verify webhook signatures, post final states, and query for recovery when needed.
Guides
Prerequisites, request format, order examples, and idempotent recovery rules.
Ed25519 signing, Signature-Input, Content-Digest, and sealed-box body encryption.
Final-state callbacks, signature verification, and event fields for payments and payouts.
Enter complete API docs by payment, payout, country, and method.