List transactions
Retrieve a paginated list of transactions with optional filtering. The transactions can be filtered by customer ID, platform customer ID, UMA address, date range, status, and transaction type.
Query parameters
Filter by system customer ID. To filter to transactions made on behalf of the platform, specify the platform ID as the customer ID.
Filter by platform-specific customer ID
Filter by account identifier (matches either sender or receiver)
Filter by sender account identifier
Filter by receiver account identifier
Status of a payment transaction.
| Status | Description |
|---|---|
| CREATED | Initial lookup has been created |
| PENDING | Quote has been created |
| PROCESSING | Funding has been received and payment initiated |
| COMPLETED | Cross border payment has been received, converted and payment has been sent to the offramp network |
| REJECTED | Receiving institution or wallet rejected payment, payment has been refunded |
| FAILED | An error occurred during payment |
| REFUNDED | Payment was unable to complete and refunded |
| EXPIRED | Quote has expired |
Filter by transaction status
Type of transaction (incoming payment or outgoing payment)
Filter by transaction type
Filter by reference
Filter by start date (inclusive) in ISO 8601 format
Filter by end date (inclusive) in ISO 8601 format
Maximum number of results to return (default 20, max 100)
Cursor for pagination (returned from previous request)
Order to sort results in
Response
Successful operation
Example response
{
"data": [
{
"id": "Transaction:019542f5-b3e7-1d02-0000-000000000004",
"destination": {
"accountId": "ExternalAccount:a12dcbd6-dced-4ec4-b756-3c3a9ea3d123"
},
"customerId": "Customer:019542f5-b3e7-1d02-0000-000000000001",
"platformCustomerId": "18d3e5f7b4a9c2",
"settledAt": "2025-08-15T14:30:00Z",
"createdAt": "2025-08-15T14:25:18Z",
"updatedAt": "2025-08-15T14:30:00Z",
"agentId": "Agent:019542f5-b3e7-1d02-0000-000000000042",
"description": "Payment for invoice #1234",
"counterpartyInformation": {
"FULL_NAME": "John Sender",
"BIRTH_DATE": "1985-06-15",
"NATIONALITY": "DE"
},
"source": {
"accountId": "InternalAccount:e85dcbd6-dced-4ec4-b756-3c3a9ea3d965"
},
"receivedAmount": {
"amount": 12550,
"currency": {
"code": "USD",
"name": "United States Dollar",
"symbol": "$",
"decimals": 2
}
},
"fees": 10,
"reconciliationInstructions": {
"reference": "UMA-Q12345-REF",
"transactionHash": "0x9f2c6b6f4b6c8f2a8d9e0b1c2d3e4f5061728394a5b6c7d8e9f00112233445566"
},
"rateDetails": {
"gridApiMultiplier": 0.925,
"gridApiFixedFee": 10,
"gridApiVariableFeeRate": 0.003,
"gridApiVariableFeeAmount": 30
}
}
]
}Changes
Changed in 10 of the 33 revisions of this API.23157175
- ▲
the response property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/reconciliationInstructions/referencebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #28: BDT Account]/allOf[BdtAccountInfo]/allOf[BdtAccountInfoBase]/accountNumberbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #28: BDT Account]/allOf[BdtAccountInfo]/allOf[BdtAccountInfoBase]/branchCodebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #28: BDT Account]/allOf[BdtAccountInfo]/allOf[BdtAccountInfoBase]/phoneNumberbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #32: GHS Account]/allOf[GhsAccountInfo]/allOf[GhsAccountInfoBase]/accountNumberbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #32: GHS Account]/allOf[GhsAccountInfo]/allOf[GhsAccountInfoBase]/phoneNumberbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #36: PKR Account]/allOf[PkrAccountInfo]/allOf[PkrAccountInfoBase]/accountNumberbecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #36: PKR Account]/allOf[PkrAccountInfo]/allOf[PkrAccountInfoBase]/bankNamebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #36: PKR Account]/allOf[PkrAccountInfo]/allOf[PkrAccountInfoBase]/phoneNumberbecame optional for the status200response-property-became-optional
- ▲
added
PaymentSlvAccountInfoto thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #28: BDT Account]/allOf[BdtAccountInfo]/allOf[BdtAccountInfoBase]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #32: GHS Account]/allOf[GhsAccountInfo]/allOf[GhsAccountInfoBase]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #33: GTQ Account]/allOf[GtqAccountInfo]/allOf[GtqAccountInfoBase]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #35: JMD Account]/allOf[JmdAccountInfo]/allOf[JmdAccountInfoBase]/bankNamefrom the response with the200statusresponse-required-property-removed
- ●
added the new
REQUEST_ID_MISSINGenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_BODY_MISMATCHenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_INVALIDenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_MALFORMEDenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_MISSINGenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ○
added the optional property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/agentIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/feesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/reconciliationInstructions/transactionHashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/agentIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/reconciliationInstructionsto the response with the200statusresponse-optional-property-added
- ○
added
SLV_ACCOUNTdiscriminator mapping keys to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse property for the response status200response-property-discriminator-mapping-added
- ○
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #31: EGP Account]/allOf[EgpAccountInfo]/allOf[EgpAccountInfoBase]/ibanresponse's property pattern was changed from^[A-Z]{2}[0-9]{2}[A-Za-z0-9]{11,30}$to^EG[0-9]{27}$for the status200response-property-pattern-changed
- ○
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #36: PKR Account]/allOf[PkrAccountInfo]/allOf[PkrAccountInfoBase]/ibanresponse's property pattern was changed from^[A-Z]{2}[0-9]{2}[A-Za-z0-9]{11,30}$to^PK[0-9]{2}[A-Z]{4}[0-9]{16}$for the status200response-property-pattern-changed
- ○
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[DkkAccountInfo]/allOf[DkkAccountInfoBase]/ibanresponse's property pattern was changed from^[A-Z]{2}[0-9]{2}[A-Za-z0-9]{11,30}$to^DK[0-9]{16}$for the status200response-property-pattern-changed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
SENTfrom thequeryrequest parameterstatusrequest-parameter-enum-value-removed
- ▲
added
PaymentAedAccountInfoPaymentKesAccountInfoPaymentMwkAccountInfoPaymentRwfAccountInfoPaymentTzsAccountInfoPaymentUgxAccountInfoPaymentXofAccountInfoPaymentZarAccountInfoPaymentZmwAccountInfoPaymentBwpAccountInfoPaymentXafAccountInfoPaymentBdtAccountInfoPaymentArsAccountInfoPaymentCopAccountInfoPaymentEgpAccountInfoPaymentGhsAccountInfoPaymentGtqAccountInfoPaymentHtgAccountInfoPaymentJmdAccountInfoPaymentPkrAccountInfoPaymentEthereumWalletInfoPaymentEmbeddedWalletInfoto thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[PhpAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[SgdAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[MxnAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[DkkAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[EurAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[InrAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[NgnAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[CadAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[GbpAccountInfo]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/swiftCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/phoneNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/swiftCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/swiftCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[PhpAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[PhpAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[PhpAccountInfo]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[PhpAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[SgdAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[SgdAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[SgdAccountInfo]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[SgdAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[SgdAccountInfo]/swiftCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/swiftCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/swiftCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/routingNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[MxnAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[MxnAccountInfo]/clabeNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[MxnAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[DkkAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[DkkAccountInfo]/ibanfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[DkkAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[EurAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[EurAccountInfo]/ibanfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[EurAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[InrAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[InrAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[InrAccountInfo]/vpafrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[NgnAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[NgnAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[NgnAccountInfo]/bankNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[NgnAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[CadAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[CadAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[CadAccountInfo]/bankCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[CadAccountInfo]/branchCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[CadAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[GbpAccountInfo]/accountNumberfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[GbpAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[GbpAccountInfo]/paymentRailsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[GbpAccountInfo]/sortCodefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[DkkAccountInfo]/swiftBicfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[EurAccountInfo]/swiftBicfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
DATA_MISMATCHenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
EMAIL_OTP_CREDENTIAL_ALREADY_EXISTSenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
EXPIREDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
INCOMPLETEenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
LOW_QUALITYenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
PASSKEY_CREDENTIAL_ALREADY_EXISTSenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
SUSPECTED_FRAUDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
UNSUITABLE_DOCUMENTenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ○
added the new optional
queryrequest parameteraccountIdentifiernew-optional-request-parameter
- ○
added the optional property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/refund/reasonto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/statusto the response with the200statusresponse-optional-property-added
- ○
added
CadAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[CadAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
DkkAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[DkkAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
EurAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[EurAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
GbpAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[GbpAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
HkdAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
IdrAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
InrAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[InrAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
MxnAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[MxnAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
MyrAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NgnAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[NgnAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
PhpAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[PhpAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
SgdAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[SgdAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
ThbAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
UsdAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
VndAccountInfoBasesubschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/source/oneOf[subschema #1: Account Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/source/oneOf[subschema #3: Real-time Funding Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/source/oneOf[subschema #1: Account Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/source/oneOf[subschema #3: Real-time Funding Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1subschema #2to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: BRL Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfoBrlAccountInfofrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: BRL Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/source/oneOf[subschema #1: Account Source]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[subschema #2]/source/oneOf[subschema #3: Real-time Funding Source]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/source/oneOf[subschema #1: Account Source]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/source/oneOf[subschema #3: Real-time Funding Source]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
added
ETHEREUM_WALLETAED_ACCOUNTKES_ACCOUNTMWK_ACCOUNTRWF_ACCOUNTTZS_ACCOUNTUGX_ACCOUNTXOF_ACCOUNTZAR_ACCOUNTZMW_ACCOUNTBWP_ACCOUNTXAF_ACCOUNTBDT_ACCOUNTARS_ACCOUNTCOP_ACCOUNTEGP_ACCOUNTGHS_ACCOUNTGTQ_ACCOUNTHTG_ACCOUNTJMD_ACCOUNTPKR_ACCOUNTEMBEDDED_WALLETdiscriminator mapping keys to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse property for the response status200response-property-discriminator-mapping-added
- ○
removed
EXTERNAL_ACCOUNT_DETAILSdiscriminator mapping keys from thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destinationresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
EXTERNAL_ACCOUNT_DETAILSdiscriminator mapping keys from thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destinationresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed the
SENTenum value from thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/statusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
SENTenum value from thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/statusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
TIMEOUTenum value from thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/failureReasonresponse property for the response status200response-property-enum-value-removed
- ○
removed
ExternalAccountDetailsTransactionDestinationfrom thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destinationresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
ExternalAccountDetailsTransactionDestinationfrom thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destinationresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/refund/statusto the response with the200statusresponse-required-property-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
/toobject/for status400response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status401response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status500response-body-type-changed
- ▲
added
KesExternalAccountInfoRwfExternalAccountInfoTzsExternalAccountInfoZarExternalAccountInfoZmwExternalAccountInfoto thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInforesponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
KesExternalAccountInfoRwfExternalAccountInfoTzsExternalAccountInfoZarExternalAccountInfoZmwExternalAccountInfoto thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInforesponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #10: MYR Account -> subschema #11: MYR Account]/allOf[MyrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #11: NGN Account -> subschema #12: NGN Account]/allOf[NgnAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #12: PHP Account -> subschema #13: PHP Account]/allOf[PhpAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #13: SGD Account -> subschema #15: SGD Account]/allOf[SgdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #14: THB Account -> subschema #16: THB Account]/allOf[ThbAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #15: USD Account -> subschema #18: USD Account]/allOf[UsdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #16: VND Account -> subschema #19: VND Account]/allOf[VndAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #1: BRL Account]/allOf[BrlAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #2: CAD Account]/allOf[CadAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #3: DKK Account]/allOf[DkkAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #4: EUR Account]/allOf[EurAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #5: GBP Account]/allOf[GbpAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #6: HKD Account]/allOf[HkdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/sortCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #8: INR Account]/allOf[InrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #9: MXN Account -> subschema #10: MXN Account]/allOf[MxnAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #10: MYR Account -> subschema #11: MYR Account]/allOf[MyrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #11: NGN Account -> subschema #12: NGN Account]/allOf[NgnAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #12: PHP Account -> subschema #13: PHP Account]/allOf[PhpAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #13: SGD Account -> subschema #15: SGD Account]/allOf[SgdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #14: THB Account -> subschema #16: THB Account]/allOf[ThbAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #15: USD Account -> subschema #18: USD Account]/allOf[UsdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #16: VND Account -> subschema #19: VND Account]/allOf[VndAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #1: BRL Account]/allOf[BrlAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #2: CAD Account]/allOf[CadAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #3: DKK Account]/allOf[DkkAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #4: EUR Account]/allOf[EurAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #5: GBP Account]/allOf[GbpAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #6: HKD Account]/allOf[HkdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/sortCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #8: INR Account]/allOf[InrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #9: MXN Account -> subschema #10: MXN Account]/allOf[MxnAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/sortCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[PhpAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[SgdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: BRL Account]/allOf[BrlAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[MxnAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[DkkAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[EurAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[InrAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[NgnAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[CadAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[GbpAccountInfo]/countriesfrom the response with the200statusresponse-required-property-removed
- ○
removed
Error400_INVALID_INPUTError400_MISSING_MANDATORY_USER_INFOError400_INVITATION_ALREADY_CLAIMEDError400_INVITATIONS_NOT_CONFIGUREDError400_INVALID_UMA_ADDRESSError400_INVITATION_CANCELLEDError400_QUOTE_REQUEST_FAILEDError400_INVALID_PAYREQ_RESPONSEError400_INVALID_RECEIVERError400_PARSE_PAYREQ_RESPONSE_ERRORError400_CERT_CHAIN_INVALIDError400_CERT_CHAIN_EXPIREDError400_INVALID_PUBKEY_FORMATError400_MISSING_REQUIRED_UMA_PARAMETERSError400_SENDER_NOT_ACCEPTEDError400_AMOUNT_OUT_OF_RANGEError400_INVALID_CURRENCYError400_INVALID_TIMESTAMPError400_INVALID_NONCEError400_INVALID_REQUEST_FORMATError400_INVALID_BANK_ACCOUNTError400_SELF_PAYMENTError400_LOOKUP_REQUEST_FAILEDError400_PARSE_LNURLP_RESPONSE_ERRORError400_INVALID_AMOUNTError400_WEBHOOK_ENDPOINT_NOT_SETError400_WEBHOOK_DELIVERY_ERRORfrom the response bodyoneOflist for the response status400response-body-one-of-removed
- ○
removed
Error401_UNAUTHORIZEDError401_INVALID_SIGNATUREfrom the response bodyoneOflist for the response status401response-body-one-of-removed
- ○
removed
Error500_GRID_SWITCH_ERRORError500_INTERNAL_ERRORfrom the response bodyoneOflist for the response status500response-body-one-of-removed
- ○
added the optional property
detailsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added
KES_ACCOUNTRWF_ACCOUNTTZS_ACCOUNTZAR_ACCOUNTZMW_ACCOUNTdiscriminator mapping keys to thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInforesponse property for the response status200response-property-discriminator-mapping-added
- ○
added
KES_ACCOUNTRWF_ACCOUNTTZS_ACCOUNTZAR_ACCOUNTZMW_ACCOUNTdiscriminator mapping keys to thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInforesponse property for the response status200response-property-discriminator-mapping-added
- ○
removed the
IMPSenum value from thedata/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #8: INR Account]/allOf[InrAccountInfo]/paymentRails/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
IMPSenum value from thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #8: INR Account]/allOf[InrAccountInfo]/paymentRails/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
IMPSenum value from thedata/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[InrAccountInfo]/paymentRails/items/response property for the response status200response-property-enum-value-removed
- ○
added the required property
codeto the response with the400statusresponse-required-property-added
- ○
added the required property
codeto the response with the401statusresponse-required-property-added
- ○
added the required property
codeto the response with the500statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #10: MYR Account -> subschema #11: MYR Account]/allOf[MyrAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #14: THB Account -> subschema #16: THB Account]/allOf[ThbAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #16: VND Account -> subschema #19: VND Account]/allOf[VndAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #6: HKD Account]/allOf[HkdAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/bankNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/phoneNumberto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #1: Incoming Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #10: MYR Account -> subschema #11: MYR Account]/allOf[MyrAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #14: THB Account -> subschema #16: THB Account]/allOf[ThbAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #16: VND Account -> subschema #19: VND Account]/allOf[VndAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #6: HKD Account]/allOf[HkdAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/bankNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/phoneNumberto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[Transaction]/destination/oneOf[subschema #3: External Account Details Destination]/allOf[subschema #2]/externalAccountDetails/allOf[subschema #1]/accountInfo/oneOf[subschema #7: IDR Account]/allOf[IdrAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[HkdAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/bankNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/phoneNumberto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[IdrAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[MyrAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[ThbAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/oneOf[subschema #2: Outgoing Transaction]/allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[VndAccountInfo]/swiftCodeto the response with the200statusresponse-required-property-added
- ○
added the required property
messageto the response with the400statusresponse-required-property-added
- ○
added the required property
messageto the response with the401statusresponse-required-property-added
- ○
added the required property
messageto the response with the500statusresponse-required-property-added
- ○
added the required property
statusto the response with the400statusresponse-required-property-added
- ○
added the required property
statusto the response with the401statusresponse-required-property-added
- ○
added the required property
statusto the response with the500statusresponse-required-property-added
This revision also has 51 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
Error400_INVALID_INPUTError400_MISSING_MANDATORY_USER_INFOError400_INVITATION_ALREADY_CLAIMEDError400_INVITATIONS_NOT_CONFIGUREDError400_INVALID_UMA_ADDRESSError400_INVITATION_CANCELLEDError400_QUOTE_REQUEST_FAILEDError400_INVALID_PAYREQ_RESPONSEError400_INVALID_RECEIVERError400_PARSE_PAYREQ_RESPONSE_ERRORError400_CERT_CHAIN_INVALIDError400_CERT_CHAIN_EXPIREDError400_INVALID_PUBKEY_FORMATError400_MISSING_REQUIRED_UMA_PARAMETERSError400_SENDER_NOT_ACCEPTEDError400_AMOUNT_OUT_OF_RANGEError400_INVALID_CURRENCYError400_INVALID_TIMESTAMPError400_INVALID_NONCEError400_INVALID_REQUEST_FORMATError400_INVALID_BANK_ACCOUNTError400_SELF_PAYMENTError400_LOOKUP_REQUEST_FAILEDError400_PARSE_LNURLP_RESPONSE_ERRORError400_INVALID_AMOUNTError400_WEBHOOK_ENDPOINT_NOT_SETError400_WEBHOOK_DELIVERY_ERRORto the response bodyoneOflist for the response status400response-body-one-of-added
- ▲
added
Error401_UNAUTHORIZEDError401_INVALID_SIGNATUREto the response bodyoneOflist for the response status401response-body-one-of-added
- ▲
added
Error500_GRID_SWITCH_ERRORError500_INTERNAL_ERRORto the response bodyoneOflist for the response status500response-body-one-of-added
- ▲
the response's body type/format changed from
object/to/for status400response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status401response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status500response-body-type-changed
- ▲
added
IncomingTransactionOutgoingTransactionto thedata/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
codefrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
codefrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
codefrom the response with the500statusresponse-required-property-removed
- ▲
removed the required property
data/items/customerIdfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/destinationfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/platformCustomerIdfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/statusfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the500statusresponse-required-property-removed
- ▲
removed the required property
statusfrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
statusfrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
statusfrom the response with the500statusresponse-required-property-removed
- ●
removed the optional property
data/items/counterpartyInformationfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/createdAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/descriptionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/settledAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/updatedAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the500statusresponse-optional-property-removed
- ○
added the new enum value
SENTto thequeryrequest parameterstatusrequest-parameter-enum-value-added
This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
/toobject/for status400response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status401response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status500response-body-type-changed
- ○
removed
Error400_INVALID_INPUTError400_MISSING_MANDATORY_USER_INFOError400_INVITATION_ALREADY_CLAIMEDError400_INVITATIONS_NOT_CONFIGUREDError400_INVALID_UMA_ADDRESSError400_INVITATION_CANCELLEDError400_QUOTE_REQUEST_FAILEDError400_INVALID_PAYREQ_RESPONSEError400_INVALID_RECEIVERError400_PARSE_PAYREQ_RESPONSE_ERRORError400_CERT_CHAIN_INVALIDError400_CERT_CHAIN_EXPIREDError400_INVALID_PUBKEY_FORMATError400_MISSING_REQUIRED_UMA_PARAMETERSError400_SENDER_NOT_ACCEPTEDError400_AMOUNT_OUT_OF_RANGEError400_INVALID_CURRENCYError400_INVALID_TIMESTAMPError400_INVALID_NONCEError400_INVALID_REQUEST_FORMATError400_INVALID_BANK_ACCOUNTError400_SELF_PAYMENTError400_LOOKUP_REQUEST_FAILEDError400_PARSE_LNURLP_RESPONSE_ERRORError400_INVALID_AMOUNTError400_WEBHOOK_ENDPOINT_NOT_SETError400_WEBHOOK_DELIVERY_ERRORfrom the response bodyoneOflist for the response status400response-body-one-of-removed
- ○
removed
Error401_UNAUTHORIZEDError401_INVALID_SIGNATUREfrom the response bodyoneOflist for the response status401response-body-one-of-removed
- ○
removed
Error500_GRID_SWITCH_ERRORError500_INTERNAL_ERRORfrom the response bodyoneOflist for the response status500response-body-one-of-removed
- ○
added the optional property
detailsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added
subschema #1to thedata/items/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
BaseTransactionDestinationfrom thedata/items/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom thedata/items/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
added the required property
codeto the response with the400statusresponse-required-property-added
- ○
added the required property
codeto the response with the401statusresponse-required-property-added
- ○
added the required property
codeto the response with the500statusresponse-required-property-added
- ○
added the required property
messageto the response with the400statusresponse-required-property-added
- ○
added the required property
messageto the response with the401statusresponse-required-property-added
- ○
added the required property
messageto the response with the500statusresponse-required-property-added
- ○
added the required property
statusto the response with the400statusresponse-required-property-added
- ○
added the required property
statusto the response with the401statusresponse-required-property-added
- ○
added the required property
statusto the response with the500statusresponse-required-property-added
This revision also has 51 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
Error400_INVALID_INPUTError400_MISSING_MANDATORY_USER_INFOError400_INVITATION_ALREADY_CLAIMEDError400_INVITATIONS_NOT_CONFIGUREDError400_INVALID_UMA_ADDRESSError400_INVITATION_CANCELLEDError400_QUOTE_REQUEST_FAILEDError400_INVALID_PAYREQ_RESPONSEError400_INVALID_RECEIVERError400_PARSE_PAYREQ_RESPONSE_ERRORError400_CERT_CHAIN_INVALIDError400_CERT_CHAIN_EXPIREDError400_INVALID_PUBKEY_FORMATError400_MISSING_REQUIRED_UMA_PARAMETERSError400_SENDER_NOT_ACCEPTEDError400_AMOUNT_OUT_OF_RANGEError400_INVALID_CURRENCYError400_INVALID_TIMESTAMPError400_INVALID_NONCEError400_INVALID_REQUEST_FORMATError400_INVALID_BANK_ACCOUNTError400_SELF_PAYMENTError400_LOOKUP_REQUEST_FAILEDError400_PARSE_LNURLP_RESPONSE_ERRORError400_INVALID_AMOUNTError400_WEBHOOK_ENDPOINT_NOT_SETError400_WEBHOOK_DELIVERY_ERRORto the response bodyoneOflist for the response status400response-body-one-of-added
- ▲
added
Error401_UNAUTHORIZEDError401_INVALID_SIGNATUREto the response bodyoneOflist for the response status401response-body-one-of-added
- ▲
added
Error500_GRID_SWITCH_ERRORError500_INTERNAL_ERRORto the response bodyoneOflist for the response status500response-body-one-of-added
- ▲
the response's body type/format changed from
object/to/for status400response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status401response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status500response-body-type-changed
- ▲
removed the required property
codefrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
codefrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
codefrom the response with the500statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the500statusresponse-required-property-removed
- ▲
removed the required property
statusfrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
statusfrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
statusfrom the response with the500statusresponse-required-property-removed
- ●
removed the optional property
detailsfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the500statusresponse-optional-property-removed
- ○
added
BaseTransactionDestinationto thedata/items/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
BaseTransactionDestinationto thedata/items/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
subschema #1from thedata/items/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
subschema #1from thedata/items/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-removed
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
/toobject/for status400response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status401response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status500response-body-type-changed
- ○
removed
Error400_INVALID_INPUTError400_MISSING_MANDATORY_USER_INFOError400_INVITATION_ALREADY_CLAIMEDError400_INVITATIONS_NOT_CONFIGUREDError400_INVALID_UMA_ADDRESSError400_INVITATION_CANCELLEDError400_QUOTE_REQUEST_FAILEDError400_INVALID_PAYREQ_RESPONSEError400_INVALID_RECEIVERError400_PARSE_PAYREQ_RESPONSE_ERRORError400_CERT_CHAIN_INVALIDError400_CERT_CHAIN_EXPIREDError400_INVALID_PUBKEY_FORMATError400_MISSING_REQUIRED_UMA_PARAMETERSError400_SENDER_NOT_ACCEPTEDError400_AMOUNT_OUT_OF_RANGEError400_INVALID_CURRENCYError400_INVALID_TIMESTAMPError400_INVALID_NONCEError400_INVALID_REQUEST_FORMATError400_INVALID_BANK_ACCOUNTError400_SELF_PAYMENTError400_LOOKUP_REQUEST_FAILEDError400_PARSE_LNURLP_RESPONSE_ERRORError400_INVALID_AMOUNTError400_WEBHOOK_ENDPOINT_NOT_SETError400_WEBHOOK_DELIVERY_ERRORfrom the response bodyoneOflist for the response status400response-body-one-of-removed
- ○
removed
Error401_UNAUTHORIZEDError401_INVALID_SIGNATUREfrom the response bodyoneOflist for the response status401response-body-one-of-removed
- ○
removed
Error500_GRID_SWITCH_ERRORError500_INTERNAL_ERRORfrom the response bodyoneOflist for the response status500response-body-one-of-removed
- ○
added the optional property
detailsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added
subschema #1to thedata/items/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to thedata/items/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
BaseTransactionDestinationfrom thedata/items/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom thedata/items/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
added the required property
codeto the response with the400statusresponse-required-property-added
- ○
added the required property
codeto the response with the401statusresponse-required-property-added
- ○
added the required property
codeto the response with the500statusresponse-required-property-added
- ○
added the required property
messageto the response with the400statusresponse-required-property-added
- ○
added the required property
messageto the response with the401statusresponse-required-property-added
- ○
added the required property
messageto the response with the500statusresponse-required-property-added
- ○
added the required property
statusto the response with the400statusresponse-required-property-added
- ○
added the required property
statusto the response with the401statusresponse-required-property-added
- ○
added the required property
statusto the response with the500statusresponse-required-property-added
This revision also has 51 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
data/items/destination/oneOf[subschema #1: Account Destination]/allOf[BaseTransactionDestination]/destinationTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/destination/oneOf[subschema #2: UMA Address Destination]/allOf[BaseTransactionDestination]/destinationTypefrom the response with the200statusresponse-required-property-removed
- ○
the response property
data/items/destination/oneOf[subschema #1: Account Destination]/allOf[subschema #2]/destinationTypebecame required for the status200response-property-became-required
- ○
the response property
data/items/destination/oneOf[subschema #2: UMA Address Destination]/allOf[subschema #2]/destinationTypebecame required for the status200response-property-became-required
- ▲
- ▲
the response property
data/items/destination/oneOf[subschema #1: Account Destination]/allOf[subschema #2]/destinationTypebecame optional for the status200response-property-became-optional
- ▲
the response property
data/items/destination/oneOf[subschema #2: UMA Address Destination]/allOf[subschema #2]/destinationTypebecame optional for the status200response-property-became-optional
- ▲
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value400was removed for the status400response-property-const-removed
- ▲
the
statusresponse property const value401was removed for the status401response-property-const-removed
- ▲
the
statusresponse property const value401was removed for the status401response-property-const-removed
- ▲
the
statusresponse property const value500was removed for the status500response-property-const-removed
- ▲
the
statusresponse property const value500was removed for the status500response-property-const-removed
- ▲
added
AccountTransactionDestinationUmaAddressTransactionDestinationto thedata/items/destinationresponse propertyoneOflist for the response status200response-property-one-of-added
- ●
added the new
400.00enum value to theoneOf[Error400_AMOUNT_OUT_OF_RANGE]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_CERT_CHAIN_EXPIRED]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_CERT_CHAIN_INVALID]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_AMOUNT]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_BANK_ACCOUNT]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_CURRENCY]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_INPUT]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_NONCE]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_PAYREQ_RESPONSE]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_PUBKEY_FORMAT]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_RECEIVER]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_REQUEST_FORMAT]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_TIMESTAMP]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVALID_UMA_ADDRESS]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVITATIONS_NOT_CONFIGURED]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVITATION_ALREADY_CLAIMED]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_INVITATION_CANCELLED]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_LOOKUP_REQUEST_FAILED]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_MISSING_MANDATORY_USER_INFO]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_MISSING_REQUIRED_UMA_PARAMETERS]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_PARSE_LNURLP_RESPONSE_ERROR]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_PARSE_PAYREQ_RESPONSE_ERROR]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_QUOTE_REQUEST_FAILED]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_SELF_PAYMENT]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_SENDER_NOT_ACCEPTED]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_WEBHOOK_DELIVERY_ERROR]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
400.00enum value to theoneOf[Error400_WEBHOOK_ENDPOINT_NOT_SET]/statusresponse property for the response status400response-property-enum-value-added
- ●
added the new
401.00enum value to theoneOf[Error401_INVALID_SIGNATURE]/statusresponse property for the response status401response-property-enum-value-added
- ●
added the new
401.00enum value to theoneOf[Error401_UNAUTHORIZED]/statusresponse property for the response status401response-property-enum-value-added
- ●
added the new
500.00enum value to theoneOf[Error500_GRID_SWITCH_ERROR]/statusresponse property for the response status500response-property-enum-value-added
- ●
added the new
500.00enum value to theoneOf[Error500_INTERNAL_ERROR]/statusresponse property for the response status500response-property-enum-value-added
- ○
mapped value for discriminator key
ACCOUNTchanged fromAccountDestinationtoAccountTransactionDestinationfordata/items/destinationresponse property for the response status200response-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
UMA_ADDRESSchanged fromUmaAddressDestinationtoUmaAddressTransactionDestinationfordata/items/destinationresponse property for the response status200response-property-discriminator-mapping-changed
- ○
removed
AccountDestinationUmaAddressDestinationfrom thedata/items/destinationresponse propertyoneOflist for the response status200response-property-one-of-removed
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲