Create a transaction in the sandbox using an internal card ID and currency.
Request body
application/json
· SandboxTransactionCreateRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
amount |
string |
yes | |
cardId |
string (uuid) |
yes | |
currency |
string |
yes | ISO 4217 currency code. |
linkedId |
string |
no | |
type |
SandboxTransactionType |
yes |
Responses
| Status | Body | Description |
|---|---|---|
201 |
SandboxTransactionResponse |
Transaction created |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.