Accept a withdrawal. This will execute the withdrawal and may not be reversible
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
x-signature | string Client signature to validate the provence of the API request. See signing section for more details. |
x-timestamp | string Current timestamp, represented AS unix epoch seconds. Mandatory when x-signature is provided. |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "id": "string",
- "status": "REQUESTED"
}
}