Create a new transaction for a user. This endpoint allows partners to initiate a transaction on behalf of a user, such as a withdrawal. The request must include the user's full name, date of birth, and the amount to be processed. Once the transaction is created, the user will be redirected to Bitpanda Pay to complete the transaction.
Transaction created successfully
Bad Request (fiat below threshold)
Unauthorized
Forbidden
Fiat not found
Validation error
Internal Server Error
{- "amount": "100.00",
- "fiat_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
- "full_name": "John Doe",
- "date_of_birth": "1990-05-10",
- "type": "withdrawal",
}{- "data": {
- "id": "123e4567-e89b-12d3-a456-426614174000",
}
}