Check withdraw

POST https://api.passimpay.io/v2/withdrawstatus

This endpoint allows you to check the status of a withdrawal request. By using the transaction ID (transactionId), you can verify the current status of the withdrawal in the system.

Headers

Name
Type
Description

x-signature

string

SHA-256 encrypted signature

Content-Type

string

application/json

Request Body

Name
Type
Description

platformId

integer

Platform Id

transactionId

string

The transactionId is the ID of the transaction in the Passimpay system, received after submitting a withdrawal request.

Successful response

Name
Type
Description

result

integer

Request result: 1: success 0: error

approve

integer

The status of the withdrawal:

0: Pending

1: Successful

2: Error

paymentId

integer

Currency ID

addressTo

string

Recipient's Wallet Address

amount

string

Amount in cryptocurrency

txhash

string

The transaction hash in the blockchain system, used to track the transaction.

confirmations

integer

The number of confirmations the transaction has received. This field is used in networks like Bitcoin, Litecoin, Dogecoin, Bitcoin Cash, and Dash.

Error Response

Name
Type
Description

result

integer

Request result: 1: success 0: error

message

string

Error description

Last updated