Developer experience
APIs for collections, payouts, SMS, webhooks, and sandbox testing.
Give your engineering team practical REST patterns, signed event updates, and clear operational visibility for every payment workflow.
Collections APIInitiate customer payment prompts and reconcile statuses in real time.Bulk Payments APISend verified payouts to many recipients with approval and reporting hooks.Bulk SMS APITrigger transactional, campaign, and operational SMS notifications.WebhooksReceive signed event updates for collections, payouts, reversals, and failures.
Collections APISandbox online
const response = await fetch("https://api.gypaidafrica.com/v1/collections", {
method: "POST",
headers: {
Authorization: "Bearer <sandbox_key>",
"Content-Type": "application/json"
},
body: JSON.stringify({
amount: 50000,
currency: "UGX",
phone: "+256700000000",
reference: "INV-1042"
})
});Ready to digitize payments and operations?
