Skip to main content
POST
/
v1
/
users
/
{userId}
/
transactions
Create Transaction
curl --request POST \
  --url https://api.cadanapay.com/v1/users/{userId}/transactions \
  --header 'Authorization: Bearer <token>'
{
  "id": "d0137ede-7df1-4a54-8206-b3ab7b03876f"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

userId
string<uuid>
required

The unique identifier for the user

Response

Transaction created response

id
string<uuid>
Example:

"d0137ede-7df1-4a54-8206-b3ab7b03876f"