Avaloq · Example Payload

Avaloq Createpayment Example

BankingDigital BankingFinancial ServicesFintechPaymentsWealth Management

Avaloq Createpayment Example is an example object payload from Avaloq, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createPayment",
  "method": "POST",
  "path": "/v1/payments",
  "summary": "Avaloq Create Payment Instruction",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "CreatePayment201Example",
      "example": {
        "id": "PAY-001234",
        "status": "PENDING",
        "amount": 5000.0,
        "currency": "EUR"
      }
    }
  ]
}