Create Transaction

Creates a new transaction with details on communication method, receiver, amount, and optional information.

Log in to see full request history
Body Params
string
required

The method of communication for the transaction (email, phone_number, webhook).

string
required

The recipient of the transaction.

string
required

The amount involved in the transaction.

string
required

A unique identifier for the transaction in the system.

uri
required

The URL to which callbacks related to the transaction should be sent.

values
object

Additional values related to the transaction (optional).

Headers
string
required

Use the x-aggregator-id header to identify the aggregator for a particular request. An aggregator is the entity that is involved in the processing of transactions or data. By including the id in the header, the server can identify which aggregator the request owns and handle the request accordingly.

string
required

Use the x-api-key header to include the API key generated previously for authentication purposes. The API key serves as a secret token that identifies the client or application making the request and is used to determine whether the client has the necessary permissions to access the requested resource.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json