External Credit

You must have the Authorization to use this API

CREDIT

POST {{baseUrl}}/wp-json/rimplenet-wallet-addon/v1/external-credits

Request Body

Name
Type
Description

request_id

String

wallet_id

String

amount

String

user_id

String

{
    "request_id": "ngn897",
    "wallet_id": "ngn",
    "amount": "1000",
    "user_id": "1"
}

To view request params, click on the arrow (>) at the right-hand side of the endpoint URL to expand or collapse

{
    "request_id": "ngn897",
    "wallet_id": "ngn",
    "amount": "1000",
    "user_id": "1"
}

Last updated