POST
/
v2
/
simulate
/
incoming
/
international_wire
curl --request POST \
  --url https://api.sandbox.solidfi.com/v2/simulate/incoming/international_wire \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "sub_account_id": "sub_bda1e562657c41e553104b10aad3fe70",
  "amount": "500.00",
  "description": "May Rent",
  "counterparty": {
    "name": "John Doe",
    "identifier_code": "ICICINBBNRI",
    "account_number": "78762546",
    "address": {
      "line1": "123 Main St",
      "line2": "",
      "city": "New York",
      "state": "NY",
      "country": "US",
      "postal_code": "10001"
    }
  }
}'
{
  "id": "txn_0191beb4cecf7ac5a1044ff0fef33c06",
  "sub_account_id": "sub_019105d908077ed2be68d7a08b4c7bfb",
  "master_account_holder_id": "mah_019105907421702091f5651e87682222",
  "sub_account_holder_id": "sah_019105d12584786ab54e4d1ba55f7c00",
  "client_id": "cli_0191058c4fc676dcb4ed67a096a80d6a",
  "master_account_id": "mas_019105952d8770f984bc888caa8059f8",
  "status": "received",
  "amount": "8.00",
  "currency": "USD",
  "direction": "credit",
  "method": "international_wire",
  "type": "push",
  "message": "incoming",
  "description": "Rent Payment",
  "available_balance": "138.85",
  "pending_credits": "8.00",
  "pending_debits": "0.00",
  "counterparty": {
    "id": "",
    "name": "John Doe",
    "verification_status": "",
    "account_number": "78762546",
    "routing_number": "",
    "account_type": "",
    "bank_name": "",
    "beneficiary_bank": null,
    "correspondent_bank": {
      "identifier_code": "ICICINBBNRI",
      "name": "",
      "address": {
        "line1": "123 Main St",
        "line2": "",
        "city": "New York",
        "state": "NY",
        "country": "US",
        "postal_code": "10001"
      }
    },
    "shipping_address": null
  },
  "ach": null,
  "domestic_wire": null,
  "international_wire": {
    "imad": "MTrfbagJU",
    "omad": "qkBZM9FW5"
  },
  "rtp": null,
  "fednow": null,
  "check": null,
  "card": null,
  "parent_transaction_id": "",
  "external_reference_id": "",
  "purpose": "",
  "ofac": {
    "status": "pass",
    "last_updated_at": "2024-04-01T21:00:00Z"
  },
  "attachments": null,
  "metadata": null,
  "reconciliation": {
    "status": "reconciled",
    "master_account": [
      {
        "id": "mas_019105952d8770f984bc888caa8059f8",
        "transaction_id": "txn_0191beb4cdae7d45bac2845756f8c00e",
        "amount": "8.00"
      }
    ],
    "sub_account": null
  },
  "timestamps": {
    "created_at": "2024-09-04T20:23:26Z",
    "updated_at": "2024-09-04T20:23:26Z",
    "settled_at": ""
  }
}

Headers

api-key
string
required

API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.

Example:

"{{api_key}}"

Body

application/json

Response

201
application/json

Simulate an Incoming International Wire Push

The response is of type object.