Checking the status of a transfer
To check the status of a transfer, follow these steps:
Get the transfer ID
Make sure you have the transfer ID ready. When you create a transfer, you receive a transfer ID in the response. This unique identifier allows you to check the status of a specific transfer or perform other operations on it.
For this guide, we'll use the transfer ID tr_VPPxwtnOQuOO3ItMTL
.
Handle the response
The API will return a JSON response containing the transfer details:
The state
field indicates the current status of the transfer. In this case, awaiting_funds
means the transfer is waiting for the customer to complete their payment.