posthttps://api-sandbox.circle.com/v1/mocks/payments/wire
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.
Virtual account number or Circle corporate Silvergate Wire account number that needs to be set as destination.
Magnitude of the amount, in units of the currency, with a .
.
Currency code.
Wire tracking reference that needs to be set in the wire reference to beneficiary field. This field is retrievable through the response during wire creation or via the bank instruction endpoint.
1{
2 "data": {
3 "trackingRef": "CIR13FB13A",
4 "amount": {
5 "amount": "3.14",
6 "currency": "USD"
7 },
8 "beneficiaryBank": {
9 "accountNumber": "11111111"
10 },
11 "status": "pending"
12 }
13}