🇬🇭Collection Ghana

This endpoint allows you to initiate a collection to Ghana with YoguPay . Collections are done via Mobile Money

Create a Collection to Ghana

POST /directdebitarrow-up-right

Headers

Name
Value

Content-Type

application/json

Token

Body

Name
Type
Description

route_name

string

Payment route to use (e.g., TRANSFER_GH)

debitor_name

string

Debitor/customer full name.

debitor_account

string

Debitor account identifier (often MSISDN or account number depending on route)

debitor_mobile

string

Debitor mobile number (MSISDN)

debitor_currency_code

string

Currency code (e.g., GHS).

debitor_country_code

string

Country code (e.g., GH).

reference_number

string

Unique reference for idempotency/reconciliation

amount

number

Amount to debit/collect.

callback_url

string

URL the system will call asynchronously with status updates

circle-info

Keep reference_number unique to avoid duplicates.

callback_url should be publicly reachable if callbacks originate outside your network.

Request & Response

Last updated