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.joogopay.com/api/v1
Compute HMAC-SHA256 with the fixed stringToSign format.
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.
Headers, signature strings, bodyHash, and empty-body rules for GET requests.
Final-state callbacks, signature verification, and event fields for payments and payouts.
Enter complete API docs by payment, payout, country, and method.