Create Debit

A debit is made on a specific User

Must have the authorization to use this API

POST https://example.com/wp-json/rimplenet/v1 /debits

Request Body

Name
Type
Description

wallet_id

String

Id of wallet about to be debited

amount

int

request_id

any

user_id

int

note

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

{
    "status_code": 200,
    "status": true,
    "message": "Transaction Completed",
    "data": {
        "transaction_id": 459,
        "user_id": 163
    }
}

Last updated