Hi Rapyd Team,
While sending a correct API request with POST: Transfer Funds Between Wallets gives the response for status as βPENβ (pending) because the destination wallet has not yet responded accept or decline with Set Transfer Response.
Now the transferee can accept or decline the transfer with POST : Set Transfer Response.
with βidβ for the previous transfer.
{
"id": "7d4b5e36-f107-11ea-bbd7-02c4887b9dab",
"metadata": {
"merchant_defined": "accepted"
},
"status": "accept"
}
Is there any API call to receive all the pending transactions with their idβs for a specific rapyd ewallet? My idea is to make a requests page where the wallet owner can see all the pending transfer requests and can accept and decline at his will. This use case is for hackathon regarding sandbox environment.
Thanks