Create a Transaction
All requests to the /v2/transactions/*
endpoints must include both the
client_id
and api_key
as detailed in the
Authentication document.
Send Money to a User
Method
Make a request to /v2/transactions/create
To send money to a user,
amount
must be negativeDebit Money from a User
Method
Make a request to /v2/transactions/create
To debit money from a user,
amount
must be positive