Add money to a Wallet with checkout link
The currency code. The currency code must be a valid ISO 4217 currency code.
The amount to add. The amount must be greater than 0.
The return link after the payment is successful.
The cancel link after the payment is canceled.
The test mode. By default, it is false.
falseThe brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThe request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
This is the data to be returned to the client.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
API call exceeded rate limit due to too many requests.
Last updated