Mint
cURL
curl --request POST \ --url https://api-sandbox.circle.com/v1/mocks/payments/wire \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "trackingRef": "CIR13FB13A", "amount": { "amount": "3.14", "currency": "USD" }, "beneficiaryBank": { "accountNumber": "11111111" } }'
{ "data": { "trackingRef": "CIR13FB13A", "amount": { "amount": "3.14", "currency": "USD" }, "beneficiaryBank": { "accountNumber": "11111111" }, "status": "pending" } }
In the sandbox environment, initiate a mock wire payment that mimics the behavior of funds sent through the bank (wire) account linked to master wallet.
Show child attributes
Was this page helpful?