Track our API evolution
GET /v1/receipts/{orderNumber}
β Retrieve full receipt details.POST /v1/receipts/{orderNumber}/redeem
β Redeem entitlements (full or partial).caph.2025-06-20
.caph
Versioncaph
release line, introducing versioned endpoints (/v1/...
) and
establishing the foundation for stable, long-term growth.OpenAPI
filePOST /v1/payments
β Unified payment initiation.GET /v1/financial-accounts
, /v1/financial-transactions
β Accounts and ledger-style transaction history.POST /v1/checkout-sessions
β Hosted checkout for e-commerce & embedded flows.POST /v1/internal-transfers
β Secure transfers between accounts.POST /v1/ussd-otps
β OTP generation & validation.GET /v1/provider-kyc/{providerId}
β Standardized provider KYC.Payment
, CheckoutSession
, FinancialAccount
, FinancialTransaction
,
InternalTransfer
, UssdOtp
, ProviderKYC
./v1/...
namespace./banks
, /momos
, /countries
, /payment-codes
, /payouts
, /webhooks
) are no
longer supported./v1/...
endpoints./v1/webhooks
./banks
, /momos
, /countries
β Provider and country lookups./payment-codes
β Generate short-lived collection codes./payouts
β Disburse funds externally./kyc-verifications/{providerCode}
β Provider-level KYC checks./webhooks
β Subscribe to basic events.Bank
, Country
, Momo
, PaymentCode
, Payout
, Webhook
, KYCVerification
.