Reload Credit

Reload (top-up) wallet balance for a user’s closed wallet account.

This allows a member to add credit to their closed wallet. A closed wallet can only be used within the organisation’s ecosystem (e.g., internal payments, membership purchases, or platform-specific spending). Upon successful reload, the updated balance will be reflected immediately in the user's wallet.

POST https://{base_url}/v1/memberships/:membership_uuid/members/:membership_number

membership_uuid, membership_number and amount is required to fetch the membership and reload the wallet.

Key
Description
Condition
Example

membership_uuid

Unique membership program uuid

Compulsory

b277149a-a2b0-44c3-9151-8d4ac8b46101

membership_number

Unique membership number for each member

Compulsory

AC12912412

amount

Amount that the user want to reload

Compulsory

100

redirect

Redirect to the payment page

Optional

e.g: true or false

If redirect = true is set, the payment page will be displayed. After a successful request with the membership number, the user will be redirected to the payment page to select a payment type.

Response

Last updated