Simulate sending funds
Simulate sending funds to the bank account as instructed in the quote. This endpoint is only for the sandbox environment and will fail for production platforms/keys.
Request body
Example request
{
"quoteId": "Quote:019542f5-b3e7-1d02-0000-000000000006",
"currencyCode": "USD",
"currencyAmount": 1000
}Response
Funds received successfully
Example response
{
"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"
},
"sentAmount": {
"amount": 12550,
"currency": {
"code": "USD",
"name": "United States Dollar",
"symbol": "$",
"decimals": 2
}
},
"receivedAmount": {
"amount": 12550,
"currency": {
"code": "USD",
"name": "United States Dollar",
"symbol": "$",
"decimals": 2
}
},
"exchangeRate": 1.08,
"fees": 10,
"reconciliationInstructions": {
"reference": "UMA-Q12345-REF",
"transactionHash": "0x9f2c6b6f4b6c8f2a8d9e0b1c2d3e4f5061728394a5b6c7d8e9f00112233445566"
},
"quoteId": "Quote:019542f5-b3e7-1d02-0000-000000000006",
"paymentInstructions": [
{
"accountOrWalletInfo": {
"accountType": "USD_ACCOUNT",
"paymentRails": [
"ACH",
"WIRE"
],
"accountNumber": "1234567890",
"routingNumber": "021000021",
"bankName": "Chase Bank",
"reference": "UMA-Q12345-REF"
},
"instructionsNotes": "Include reference UMA-Q12345-REF in memo"
},
{
"accountOrWalletInfo": {
"accountType": "SPARK_WALLET",
"assetType": "BTC",
"address": "spark1pgssyuuuhnrrdjswal5c3s3rafw9w3y5dd4cjy3duxlf7hjzkp0rqx6dj6mrhu",
"invoice": "lnbc15u1p3xnhl2pp5jptserfk3zk4qy42tlucycrfwxhydvlemu9pqr93tuzlv9cc7g3sdqsvfhkcap3xyhx7un8cqzpgxqzjcsp5f8c52y2stc300gl6s4xswtjpc37hrnnr3c9wvtgjfuvqmpm35evq9qyyssqy4lgd8tj637qcjp05rdpxxykjenthxftej7a2zzmwrmrl70fyj9hvj0rewhzj7jfyuwkwcg9g2jpwtk3wkjtwnkdks84hsnu8xps5vsq4gj5hs"
}
}
],
"refund": {
"reference": "UMA-Q12345-REFUND",
"initiatedAt": "2025-08-15T14:30:00Z",
"settledAt": "2025-08-15T14:35:00Z",
"status": "COMPLETED",
"reason": "TRANSACTION_FAILED"
},
"rateDetails": {
"counterpartyMultiplier": 1.08,
"counterpartyFixedFee": 10,
"gridApiMultiplier": 0.925,
"gridApiFixedFee": 10,
"gridApiVariableFeeRate": 0.003,
"gridApiVariableFeeAmount": 30
}
}Changes
Changed in 16 of the 33 revisions of this API.30286246
- ▲
the response property
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
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
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
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
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
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
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
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 theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
removed the required property
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
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
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
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
UMA_NOT_FOUNDenum value to thecoderesponse property for the response status404response-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
allOf[Transaction]/agentIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/reconciliationInstructionsto the response with the200statusresponse-optional-property-added
- ○
added
SLV_ACCOUNTdiscriminator mapping keys to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse property for the response status200response-property-discriminator-mapping-added
- ○
the
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
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
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
- ▲
- ▲
added
PaymentAedAccountInfoPaymentKesAccountInfoPaymentMwkAccountInfoPaymentRwfAccountInfoPaymentTzsAccountInfoPaymentUgxAccountInfoPaymentXofAccountInfoPaymentZarAccountInfoPaymentZmwAccountInfoPaymentBwpAccountInfoPaymentXafAccountInfoPaymentBdtAccountInfoPaymentArsAccountInfoPaymentCopAccountInfoPaymentEgpAccountInfoPaymentGhsAccountInfoPaymentGtqAccountInfoPaymentHtgAccountInfoPaymentJmdAccountInfoPaymentPkrAccountInfoPaymentEthereumWalletInfoPaymentEmbeddedWalletInfoto theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 optional property
allOf[subschema #2]/refund/reasonto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/statusto the response with the200statusresponse-optional-property-added
- ○
added
CadAccountInfoBasesubschema #2to theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/source/oneOf[subschema #1: Account Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/source/oneOf[subschema #3: Real-time Funding Source]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1subschema #2to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: BRL Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfoBrlAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: BRL Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom theallOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom theallOf[subschema #2]/source/oneOf[subschema #1: Account Source]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom theallOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionSourcefrom theallOf[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 theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse property for the response status200response-property-discriminator-mapping-added
- ○
removed
EXTERNAL_ACCOUNT_DETAILSdiscriminator mapping keys from theallOf[Transaction]/destinationresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed the
SENTenum value from theallOf[Transaction]/statusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
TIMEOUTenum value from theallOf[subschema #2]/failureReasonresponse property for the response status200response-property-enum-value-removed
- ○
removed
ExternalAccountDetailsTransactionDestinationfrom theallOf[Transaction]/destinationresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
added the required property
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 status403response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status404response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status500response-body-type-changed
- ▲
added
KesExternalAccountInfoRwfExternalAccountInfoTzsExternalAccountInfoZarExternalAccountInfoZmwExternalAccountInfoto theallOf[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Error403_FORBIDDENError403_USER_NOT_READYError403_COUNTERPARTY_NOT_ALLOWEDError403_VELOCITY_LIMIT_EXCEEDEDfrom the response bodyoneOflist for the response status403response-body-one-of-removed
- ○
removed
Error404_TRANSACTION_NOT_FOUNDError404_INVITATION_NOT_FOUNDError404_USER_NOT_FOUNDError404_QUOTE_NOT_FOUNDError404_LOOKUP_REQUEST_NOT_FOUNDError404_TOKEN_NOT_FOUNDError404_BULK_UPLOAD_JOB_NOT_FOUNDError404_REFERENCE_NOT_FOUNDfrom the response bodyoneOflist for the response status404response-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 the403statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the404statusresponse-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 theallOf[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 theallOf[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 theallOf[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 the403statusresponse-required-property-added
- ○
added the required property
codeto the response with the404statusresponse-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 the403statusresponse-required-property-added
- ○
added the required property
messageto the response with the404statusresponse-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 the403statusresponse-required-property-added
- ○
added the required property
statusto the response with the404statusresponse-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
Error403_FORBIDDENError403_USER_NOT_READYError403_COUNTERPARTY_NOT_ALLOWEDError403_VELOCITY_LIMIT_EXCEEDEDto the response bodyoneOflist for the response status403response-body-one-of-added
- ▲
added
Error404_TRANSACTION_NOT_FOUNDError404_INVITATION_NOT_FOUNDError404_USER_NOT_FOUNDError404_QUOTE_NOT_FOUNDError404_LOOKUP_REQUEST_NOT_FOUNDError404_TOKEN_NOT_FOUNDError404_BULK_UPLOAD_JOB_NOT_FOUNDError404_REFERENCE_NOT_FOUNDto the response bodyoneOflist for the response status404response-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 status403response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status404response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status500response-body-type-changed
- ▲
the response property
allOf[subschema #2]/paymentInstructionsbecame optional for the status200response-property-became-optional
- ▲
added
ExternalAccountDetailsTransactionDestinationto theallOf[Transaction]/destinationresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
PaymentUsdAccountInfoPaymentBrlAccountInfoPaymentMxnAccountInfoPaymentDkkAccountInfoPaymentEurAccountInfoPaymentInrAccountInfoPaymentNgnAccountInfoPaymentCadAccountInfoPaymentGbpAccountInfoPaymentHkdAccountInfoPaymentIdrAccountInfoPaymentMyrAccountInfoPaymentPhpAccountInfoPaymentSgdAccountInfoPaymentThbAccountInfoPaymentVndAccountInfoto theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
RealtimeFundingTransactionSourceto theallOf[subschema #2]/sourceresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
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 the403statusresponse-required-property-removed
- ▲
removed the required property
codefrom the response with the404statusresponse-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 the403statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the404statusresponse-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 the403statusresponse-required-property-removed
- ▲
removed the required property
statusfrom the response with the404statusresponse-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 the403statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the500statusresponse-optional-property-removed
- ●
added the new
SENTenum value to theallOf[Transaction]/statusresponse property for the response status200response-property-enum-value-added
- ○
added
BaseTransactionDestinationto theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
BaseTransactionDestinationto theallOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
subschema #1from theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
subschema #1from theallOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
added
EXTERNAL_ACCOUNT_DETAILSdiscriminator mapping keys to theallOf[Transaction]/destinationresponse property for the response status200response-property-discriminator-mapping-added
- ○
added
REALTIME_FUNDINGdiscriminator mapping keys to theallOf[subschema #2]/sourceresponse property for the response status200response-property-discriminator-mapping-added
- ○
added
USD_ACCOUNTBRL_ACCOUNTMXN_ACCOUNTDKK_ACCOUNTEUR_ACCOUNTINR_ACCOUNTNGN_ACCOUNTCAD_ACCOUNTGBP_ACCOUNTHKD_ACCOUNTIDR_ACCOUNTMYR_ACCOUNTPHP_ACCOUNTSGD_ACCOUNTTHB_ACCOUNTVND_ACCOUNTdiscriminator mapping keys to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse property for the response status200response-property-discriminator-mapping-added
- ○
removed
CLABEUS_ACCOUNTPIXIBANUPIdiscriminator mapping keys from theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed discriminator from
allOf[Transaction]/response property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
allOf[subschema #2]/source/oneOf[subschema #1: Account Source]/allOf[BaseTransactionSource]/response property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
allOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/allOf[BaseTransactionSource]/response property for the response status200response-property-discriminator-removed
- ○
removed
PaymentClabeAccountInfoPaymentUsAccountInfoPaymentPixAccountInfoPaymentIbanAccountInfoPaymentUpiAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInforesponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
added the required property
allOf[subschema #2]/typeto the response with the200statusresponse-required-property-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 status403response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status404response-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
Error403_FORBIDDENError403_USER_NOT_READYError403_COUNTERPARTY_NOT_ALLOWEDError403_VELOCITY_LIMIT_EXCEEDEDfrom the response bodyoneOflist for the response status403response-body-one-of-removed
- ○
removed
Error404_TRANSACTION_NOT_FOUNDError404_INVITATION_NOT_FOUNDError404_USER_NOT_FOUNDError404_QUOTE_NOT_FOUNDError404_LOOKUP_REQUEST_NOT_FOUNDError404_TOKEN_NOT_FOUNDError404_BULK_UPLOAD_JOB_NOT_FOUNDError404_REFERENCE_NOT_FOUNDfrom the response bodyoneOflist for the response status404response-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 the403statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added
subschema #1to theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
BaseTransactionDestinationfrom theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom theallOf[Transaction]/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 the403statusresponse-required-property-added
- ○
added the required property
codeto the response with the404statusresponse-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 the403statusresponse-required-property-added
- ○
added the required property
messageto the response with the404statusresponse-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 the403statusresponse-required-property-added
- ○
added the required property
statusto the response with the404statusresponse-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 optional property
allOf[subschema #2]/originalTransactionIdfrom the response with the200statusresponse-optional-property-removed
- ●
- ▲
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
Error403_FORBIDDENError403_USER_NOT_READYError403_COUNTERPARTY_NOT_ALLOWEDError403_VELOCITY_LIMIT_EXCEEDEDto the response bodyoneOflist for the response status403response-body-one-of-added
- ▲
added
Error404_TRANSACTION_NOT_FOUNDError404_INVITATION_NOT_FOUNDError404_USER_NOT_FOUNDError404_QUOTE_NOT_FOUNDError404_LOOKUP_REQUEST_NOT_FOUNDError404_TOKEN_NOT_FOUNDError404_BULK_UPLOAD_JOB_NOT_FOUNDError404_REFERENCE_NOT_FOUNDto the response bodyoneOflist for the response status404response-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 status403response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status404response-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 the403statusresponse-required-property-removed
- ▲
removed the required property
codefrom the response with the404statusresponse-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 the403statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the404statusresponse-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 the403statusresponse-required-property-removed
- ▲
removed the required property
statusfrom the response with the404statusresponse-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 the403statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the500statusresponse-optional-property-removed
- ○
added
BaseTransactionDestinationto theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
BaseTransactionDestinationto theallOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
subschema #1from theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
subschema #1from theallOf[Transaction]/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 status403response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status404response-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
Error403_FORBIDDENError403_USER_NOT_READYError403_COUNTERPARTY_NOT_ALLOWEDError403_VELOCITY_LIMIT_EXCEEDEDfrom the response bodyoneOflist for the response status403response-body-one-of-removed
- ○
removed
Error404_TRANSACTION_NOT_FOUNDError404_INVITATION_NOT_FOUNDError404_USER_NOT_FOUNDError404_QUOTE_NOT_FOUNDError404_LOOKUP_REQUEST_NOT_FOUNDError404_TOKEN_NOT_FOUNDError404_BULK_UPLOAD_JOB_NOT_FOUNDError404_REFERENCE_NOT_FOUNDfrom the response bodyoneOflist for the response status404response-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 the403statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added
subschema #1to theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
BaseTransactionDestinationfrom theallOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BaseTransactionDestinationfrom theallOf[Transaction]/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 the403statusresponse-required-property-added
- ○
added the required property
codeto the response with the404statusresponse-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 the403statusresponse-required-property-added
- ○
added the required property
messageto the response with the404statusresponse-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 the403statusresponse-required-property-added
- ○
added the required property
statusto the response with the404statusresponse-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
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: Polygon Wallet]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: Base Wallet]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: CLABE Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: US Bank Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: PIX Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: IBAN Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: UPI Account]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: Spark Wallet]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: Lightning Invoice]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: Solana Wallet]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
subschema #1to theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: Tron Wallet]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: Polygon Wallet]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: Base Wallet]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: CLABE Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: US Bank Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: PIX Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: IBAN Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: UPI Account]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: Spark Wallet]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: Lightning Invoice]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: Solana Wallet]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BasePaymentAccountInfofrom theallOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: Tron Wallet]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
- ▲
removed the required property
allOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/allOf[BaseTransactionDestination]/destinationTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/allOf[BaseTransactionDestination]/destinationTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: Polygon Wallet]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: Base Wallet]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: CLABE Account]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: US Bank Account]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: PIX Account]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: IBAN Account]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: UPI Account]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: Spark Wallet]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: Lightning Invoice]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: Solana Wallet]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: Tron Wallet]/allOf[BasePaymentAccountInfo]/accountTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/source/oneOf[subschema #1: Account Source]/allOf[BaseTransactionSource]/sourceTypefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/allOf[BaseTransactionSource]/sourceTypefrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: Lightning Invoice]/allOf[subschema #2]/accountTypeto the response with the200statusresponse-optional-property-added
- ○
the response property
allOf[Transaction]/destination/oneOf[subschema #1: Account Destination]/allOf[subschema #2]/destinationTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[Transaction]/destination/oneOf[subschema #2: UMA Address Destination]/allOf[subschema #2]/destinationTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: Polygon Wallet]/allOf[PolygonWalletInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: Base Wallet]/allOf[BaseWalletInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: CLABE Account]/allOf[ClabeAccountInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: US Bank Account]/allOf[UsAccountInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: PIX Account]/allOf[PixAccountInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: IBAN Account]/allOf[IbanAccountInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: UPI Account]/allOf[UpiAccountInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: Spark Wallet]/allOf[SparkWalletInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: Solana Wallet]/allOf[SolanaWalletInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/paymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: Tron Wallet]/allOf[TronWalletInfo]/accountTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/source/oneOf[subschema #1: Account Source]/allOf[subschema #2]/sourceTypebecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/source/oneOf[subschema #2: UMA Address Source]/allOf[subschema #2]/sourceTypebecame required for the status200response-property-became-required
- ▲