Confirm a withdrawal offer

This endpoint can be used to confirm a withdrawal offer. The withdrawal will be executed after the confirmation. This means the withdrawal is not guaranteed after this step and you need to call the Search for crypto transfers endpoint or listen to notification events through webhooks to retrieve the final status.

SecuritybearerAuth
Request
path Parameters
withdrawal-id
required
string <uuid>
header Parameters
bp-user-id
required
string <uuid>
Example: 12312312-2be6-4522-977e-ea4d92c45e86
Responses
200

Success Response

401

Unauthorized

404

Not Found

422

Validation Error

500

Internal Error

503

Service unavailable

post/v1/crypto-transfers/withdrawals/confirm/{withdrawal-id}
Request samples
Response samples
application/json
{
  • "data": {
    }
}