Add a new external account
Register a new external bank account for a customer.
Request body
Example request
{
"customerId": "Customer:019542f5-b3e7-1d02-0000-000000000001",
"currency": "USD",
"platformAccountId": "ext_acc_123456",
"ownershipType": "FIRST_PARTY",
"accountInfo": {
"accountType": "AED_ACCOUNT",
"iban": "AE070331234567890123456",
"swiftCode": "EBILAEAD"
}
}Response
External account created successfully
Example response
{
"id": "ExternalAccount:e85dcbd6-dced-4ec4-b756-3c3a9ea3d965",
"customerId": "Customer:da459a29-1fb7-41ce-a4cb-eb3a3c9fd7a7",
"platformAccountId": "acc_123456789",
"ownershipType": "FIRST_PARTY",
"currency": "USD",
"beneficiaryVerifiedData": {
"fullName": "John Doe"
},
"accountInfo": {
"accountType": "AED_ACCOUNT",
"iban": "AE070331234567890123456",
"swiftCode": "EBILAEAD"
}
}Changes
Changed in 10 of the 24 revisions of this API.155875
- ▲
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #39: Base Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #40: Ethereum L1 Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #42: Polygon Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #43: Plasma Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #44: Solana Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #45: Spark Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #46: Tron Wallet]/request propertyallOflistrequest-property-all-of-added
- ○
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #38: Base Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #39: Ethereum L1 Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #41: Polygon Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #42: Plasma Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #43: Solana Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #44: Spark Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletCustodyFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #45: Tron Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ▲
- ▲
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #39: Base Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #40: Ethereum L1 Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #42: Polygon Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #43: Plasma Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #44: Solana Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #45: Spark Wallet]/request propertyallOflistrequest-property-all-of-added
- ▲
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #46: Tron Wallet]/request propertyallOflistrequest-property-all-of-added
- ○
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #38: Base Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #39: Ethereum L1 Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #41: Polygon Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #42: Plasma Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #43: Solana Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #44: Spark Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ○
added
WalletBeneficiaryFieldsto theallOf[subschema #1]/accountInfo/oneOf[subschema #45: Tron Wallet]/response propertyallOflist for the response status201response-property-all-of-added
- ▲
- ●
added the new
EXTERNAL_ACCOUNT_VERIFICATION_REQUIREDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
PENDING_OWNERSHIP_VERIFICATIONenum value to theallOf[subschema #1]/statusresponse property for the response status201response-property-enum-value-added
- ●
added the new
UNVERIFIEDenum value to theallOf[subschema #1]/statusresponse property for the response status201response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
TRANSACTION_SIZE_LIMIT_EXCEEDEDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
- ●
added the new
CARDHOLDER_KYC_NOT_APPROVEDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
CARD_ALREADY_CLOSEDenum value to thecoderesponse property for the response status409response-property-enum-value-added
- ●
added the new
CARD_NOT_MUTABLEenum value to thecoderesponse property for the response status409response-property-enum-value-added
- ●
added the new
INVALID_STATE_TRANSITIONenum value to thecoderesponse property for the response status409response-property-enum-value-added
- ●
- ●
added the new
END_USER_TERMS_VERSION_NOT_FOUNDenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
- ○
added the new optional request property
allOf[subschema #1]/ownershipTypenew-optional-request-property
- ○
added the optional property
allOf[subschema #1]/ownershipTypeto the response with the201statusresponse-optional-property-added
- ○
- ▲
added
PlasmaWalletExternalAccountInfoto theallOf[subschema #1]/accountInforesponse propertyoneOflist for the response status201response-property-one-of-added
- ●
added the new
BENEFICIARY_TRUSTEDenum value to thecoderesponse property for the response status409response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #10: GBP Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #11: GHS Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #12: GTQ Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #13: HKD Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #14: HTG Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #15: IDR Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #16: INR Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #17: JMD Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #18: KES Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #19: MWK Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #1: AED Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #20: MXN Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #21: MYR Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #22: NGN Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #23: PHP Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #24: PKR Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #25: RWF Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #26: SGD Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #27: SLV Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #28: THB Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #29: TZS Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #2: BDT Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #30: UGX Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #31: USD Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #32: VND Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #33: XAF Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #34: XOF Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #35: ZAR Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #36: ZMW Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #37: SWIFT Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #38: Base Wallet]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #39: Ethereum L1 Wallet]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #3: BRL Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #40: Lightning]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #41: Polygon Wallet]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #42: Solana Wallet -> subschema #43: Solana Wallet]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #43: Spark Wallet -> subschema #44: Spark Wallet]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #44: Tron Wallet -> subschema #45: Tron Wallet]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #45: CNY Account -> subschema #46: CNY Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #4: BWP Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #5: CAD Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #6: COP Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #7: DKK Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #8: EGP Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
PLASMA_WALLETenum value to theallOf[subschema #1]/accountInfo/oneOf[subschema #9: EUR Account]/allOf[BaseExternalAccountInfo]/accountTyperesponse property for the response status201response-property-enum-value-added
- ●
added the new
SCA_SESSION_REQUIREDenum value to thecoderesponse property for the response status409response-property-enum-value-added
- ○
added the new optional request property
allOf[subschema #1]/accountInfo/oneOf[subschema #32: USD Account]/allOf[UsdAccountInfoBase]/bankAccountTypenew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1]/accountInfo/oneOf[subschema #32: USD Account]/allOf[UsdAccountInfoBase]/bankNamenew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1]/accountInfo/oneOf[subschema #32: USD Account]/allOf[UsdAccountInfoBase]/fiToFiInformationnew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1]/accountInfo/oneOf[subschema #32: USD Account]/allOf[UsdAccountInfoBase]/intermediaryBankNamenew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1]/accountInfo/oneOf[subschema #32: USD Account]/allOf[UsdAccountInfoBase]/intermediaryRoutingNumbernew-optional-request-property
- ○
added
PLASMA_WALLETdiscriminator mapping keys to theallOf[subschema #1]/accountInforequest propertyrequest-property-discriminator-mapping-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #10: EUR Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #11: GBP Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #12: GHS Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #13: GTQ Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #14: HKD Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #15: HTG Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #16: IDR Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #17: INR Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #18: JMD Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #19: KES Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #1: AED Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #20: MWK Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #21: MXN Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #22: MYR Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #23: NGN Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #24: PHP Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #25: PKR Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #26: RWF Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #27: SGD Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #28: SLV Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #29: THB Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #2: BDT Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #30: TZS Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #31: UGX Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #32: USD Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #33: VND Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #34: XAF Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #35: XOF Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #36: ZAR Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #37: ZMW Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #38: SWIFT Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #39: Base Wallet]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #3: BRL Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #40: Ethereum L1 Wallet]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #41: Lightning]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #42: Polygon Wallet]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #43: Solana Wallet -> subschema #44: Solana Wallet]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #44: Spark Wallet -> subschema #45: Spark Wallet]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #45: Tron Wallet -> subschema #46: Tron Wallet]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #4: BWP Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #5: CAD Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #6: CNY Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #7: COP Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #8: DKK Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added the new
PLASMA_WALLETenum value to the request propertyallOf[subschema #1]/accountInfo/oneOf[subschema #9: EGP Account]/allOf[BaseExternalAccountInfo]/accountTyperequest-property-enum-value-added
- ○
added
PlasmaWalletExternalAccountInfoto theallOf[subschema #1]/accountInforequest propertyoneOflistrequest-property-one-of-added
- ○
added the optional property
allOf[subschema #1]/accountInfo/oneOf[subschema #31: USD Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/bankAccountTypeto the response with the201statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/accountInfo/oneOf[subschema #31: USD Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/bankNameto the response with the201statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/accountInfo/oneOf[subschema #31: USD Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/fiToFiInformationto the response with the201statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/accountInfo/oneOf[subschema #31: USD Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/intermediaryBankNameto the response with the201statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/accountInfo/oneOf[subschema #31: USD Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/intermediaryRoutingNumberto the response with the201statusresponse-optional-property-added
- ○
added the optional property
details/errorsto the response with the400statusresponse-optional-property-added
- ○
added
PLASMA_WALLETdiscriminator mapping keys to theallOf[subschema #1]/accountInforesponse property for the response status201response-property-discriminator-mapping-added
- ▲
- ●
added the new
TRANSACTION_NOT_CANCELLABLEenum value to thecoderesponse property for the response status409response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
PASSKEY_ALREADY_ENROLLEDenum value to thecoderesponse property for the response status409response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●