Create a payment transaction
Create a payment transaction using the active account of the member. The transaction created is in waiting state, in order to complete the transaction use capture or cancel endpoints. The operation is idempotent.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The id of the member, max length 36.
36Body
Reservation operation details.
Unique identifier of reserve operation (should be same only for retries of the same operation).
1 - 128Amount to be reserved. Can be only positive.
Indicates whether to reserve account's available balance if it is less than amount to reserve.
Set of key-value pairs that you can attach to a payment transaction. This can be useful for storing additional information about the transaction in a structured format.
Account type to be used (optional)