Skip to main content
POST
/
v2
/
simulate
/
incoming
/
international_wire
Simulate an Incoming International Wire Push
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
Example:

Body

application/json
master_account_id
string
Example:
sub_account_id
string
Example:
amount
string
Example:
description
string
Example:
counterparty
object

Response

id
string
Example:
sub_account_id
string
Example:
master_account_id
string
Example:
status
enum<string>
Available options:
originated,
pending,
clearing,
cleared,
settled,
canceled,
in_review,
returned,
reversed,
received,
declined,
refunded
Example:
amount
string
Example:
currency
enum<string>
Available options:
usd
Example:
direction
enum<string>
Available options:
debit,
credit
Example:
method
enum<string>
Available options:
ach,
domestic_wire,
international_wire,
check,
fednow,
rtp,
debit_card,
card_issuing
Example:
type
enum<string>
Available options:
push,
pull,
decline,
cancel,
return,
send,
deposit,
request,
auth,
adjust,
reverse,
refund
Example:
message
enum<string>
Available options:
incoming,
outgoing
Example:
description
string
Example:
available_balance
string
Example:
pending_credits
string
Example:
pending_debits
string
Example:
counterparty
object
ach
object
domestic_wire
object
international_wire
object
rtp
object
fednow
object
check
object
card
object
external_reference_id
string
Example:
purpose
string
Example:
ofac
object
attachments
object[]
metadata
object
reconciliation
object
timestamps
object