🔓Request crypto withdrawal approval status

Get status of a crypto withdrawal that is awaiting approval

GET https://payments.finrax.com/api/v1/payment/crypto-withdrawal-approvals/:id

Path Parameters

NameTypeDescription

id*

string

ID of the withdrawal that is awaiting approval - UUID

Get specific metadata(supported networks, fees etc.) for all supported cryptocurrencies.

{
    "status": "APPROVED"
}

The following statuses can be expected as response:

StatusDetails

PENDING

The withdrawal is still being reviewed.

REJECTED

After review the approver decided to reject the withdrawal.

APPROVED

After review the approver decided to approve the withdrawal.

SKIPPED

The withdrawal didn't match any of the existing rules, therefore the approval part was skipped and the withdrawal was initiated directly.

Last updated