Making a deposit
Accounts can be funded via any of the two supported digital channels
1. GHIPSS
We are integrated with the Ghana Interbank Payment and Settlement Systems (GhIPSS), which means all accounts are accessible via the GhIPSS Instant Pay (GIP) platform
2. Via 3rd-party partners
Certain partners may utilize their own integrations with mobile money networks and banks to deposit funds on behalf of customers, under special arrangements coordinated with Affinity
To register as a partner, please visit our developer portal to get started
Making the request
Name | Type | Description | Notes | |
|---|---|---|---|---|
1. |
| string | Account number of the customer to be credited | [required] |
2. |
| number | Amount to be deposited | [required] |
3. |
| string | A unique reference for the transaction | [required] |
4. |
| string | A custom identifier assigned by the partner to track or associate transactions with a specific customer | [optional] |
5. |
| string | Specifies the channel used to collect funds from the customer. Valid values are: | [optional] |
6. |
| string | Currency – All amounts are displayed in GHS by default | [optional] |
7. |
| string (uuid) | Idempotency keys are unique keys that identify each request to prevent duplication regardless of the number of times it was submitted | [required] |
Sample Response