v1

latestOpenAPI 3.0.32026-07-248079274.0 KB
Faster Payments

Internal transfer

Process an internal transfer between accounts.

post/payments/internal-transfer

Headers

Company-Idstring uuid

Unique ID assigned by Acquired.com for your company.

Midstring uuid

Unique ID assigned by Acquired.com connecting to a specific acquiring bank.

Request body

Example request

{
  "transaction": {
    "order_id": "1f1f2a61-5b68-4725-a0ce-9560514ec00b",
    "amount": 15.02,
    "currency": "gbp"
  },
  "payment": {
    "from_mid": "6cf0fed2-fa2c-4145-876f-38091fddcb1d",
    "to_mid": "a303519e-3b65-4a1e-b8b9-b480ade983f7",
    "reference": "InternalTransfer001"
  }
}

Response

Created

status'pending'
transaction_idstring uuid

Unique identifier assigned by Acquired.com for the transaction record.

Example response

{
  "status": "pending",
  "transaction_id": "8675253c-ac52-4871-8740-bf75dee1aba8"
}