Create Wallet to Wallet Payment

This endpoint allows a payment to be made from one user wallet to another user wallet. The source wallet ID is optional if the wallet belongs to a user and not a client. Wallet details are obtained from the user token. The amount must be specified in the currency's lowest unit or according to the ledger's defined decimals.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

Optional remarks or notes regarding the payment.

receivingWalletIdentifier
required
sendingWalletIdentifier
required
string
enum
required

Specifies the type of payment.

Allowed:
int64
required

Value in specified currency's smallest unit corresponding to decimals used during Ledger Creation. For example, if the amount of tokens to be transcferred is 299.50 and decimals of 2 used during corresponding ledger creation , then this will be 29950

string
enum

One of credit, debit. Describes the direction money is flowing in the transaction. A credit moves money from your account to someone else's. A debit pulls money from someone else's account to your own.

Allowed:
string
enum

Specifies the priority of the payment, either normal or high.

Allowed:
Headers
string
required

A unique key to prevent duplicate requests. Typically a UUID.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json