Authorizations
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Path Parameters
Wallet ID
Body
application/json
Defines the request object to create a wallet transaction.
Type of the wallet transaction applied on the wallet. Supported types are TOPUP, VOID.
Available options:
TOPUP
, VOID
Example:
"TOPUP"
Number of paid credits to be added. Applicable only to TOPUP type of transaction
Example:
"20.0"
Number of credits and Only for type VOID, this field need to be passed in request.
Example:
"20.0"
Number of granted credits to be added. Applicable only to TOPUP type of transaction
Example:
"10.0"
List of key-value pair contains the metadata about the wallet transaction.