Sandbox

Simulate funding an internal account

Simulate receiving funds into an internal account in the sandbox environment. This is useful for testing scenarios where you need to add funds to a customer's or platform's internal account without going through a real bank transfer or following payment instructions. This endpoint is only for the sandbox environment and will fail for production platforms/keys.

post/sandbox/internal-accounts/{accountId}/fund

Path parameters

accountIdstring required

The ID of the internal account to fund

Request body

amountinteger required

Amount to add in the smallest unit of the account's currency (e.g., cents for USD/EUR, satoshis for BTC)

Example request

{
  "amount": 100000
}

Response

Internal account funded successfully

idstring required

The ID of the internal account

customerIdstring

The ID of the customer associated with the internal account. If this field is empty, the internal account belongs to the platform.

type'INTERNAL_FIAT' | 'INTERNAL_CRYPTO' | 'EMBEDDED_WALLET' required

Classification of an internal account.

  • INTERNAL_FIAT: A Grid-managed fiat holding account (for example, the USD holding account used as the source for Payouts flows).
  • INTERNAL_CRYPTO: A Grid-managed crypto holding account denominated in a stablecoin such as USDC.
  • EMBEDDED_WALLET: A self-custodial Embedded Wallet provisioned for the customer. Outbound transfers require a session signature produced by the customer's device — see the Embedded Wallets guide.
status'PENDING' | 'ACTIVE' | 'CLOSED' | 'FROZEN' | 'FAILED' required

Status of a Grid internal account. The status determines whether the account can send or receive payments.

  • PENDING: The account is under review and is being provisioned. The account cannot send or receive payments until provisioning completes.
  • ACTIVE: The account is ready to send and receive payments.
  • CLOSED: The account cannot send or receive payments. A customer can initiate the closing of an internal account, after which the account transitions to this status.
  • FROZEN: The account cannot send or receive payments. Grid may freeze an account in response to compliance or fraud signals; payments are blocked while the account remains frozen.
  • FAILED: The account could not be provisioned. Grid was unable to create the underlying account, so it cannot send or receive payments and requires remediation.
fundingPaymentInstructionsPaymentInstructions[] required— unresolved $ref

Payment instructions for funding the account

privateEnabledboolean

Whether wallet privacy is enabled for the Embedded Wallet. Only present for EMBEDDED_WALLET internal accounts.

createdAtstring date-time required

Timestamp when the internal account was created

updatedAtstring date-time required

Timestamp when the internal account was last updated

Changes

Changed in 9 of the 25 revisions of this API.314914

  • f0fa3ab7c7b012See the full diff
    • added PaymentIlsAccountInfo to the fundingPaymentInstructions/items/accountOrWalletInfo response property oneOf list for the response status 200

      response-property-one-of-added

    • added the optional property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[PhpAccountInfo]/allOf[PhpAccountInfoBase]/rail to the response with the 200 status

      response-optional-property-added

    • added ILS_ACCOUNT discriminator mapping keys to the fundingPaymentInstructions/items/accountOrWalletInfo response property for the response status 200

      response-property-discriminator-mapping-added

  • 55d6ca07846e1492See the full diff
    • the response property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #38: SWIFT Account]/allOf[subschema #3]/reference became optional for the status 200

      response-property-became-optional

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #17: AED Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #18: KES Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #19: MWK Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #20: RWF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #21: TZS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #22: UGX Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #23: XOF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #24: ZAR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #25: ZMW Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #26: BWP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #27: XAF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #28: BDT Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #29: ARS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: BRL Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #30: COP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #31: EGP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #32: GHS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #33: GTQ Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #34: HTG Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #35: JMD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #36: PKR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #37: SLV Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #38: SWIFT Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #39: CNY Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #40: Spark Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #41: Lightning Invoice]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #42: Solana Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #43: Tron Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #44: Plasma Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #45: Polygon Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #46: Base Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #47: Ethereum Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #48: Bitcoin L1 Deposit Address]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #49: Embedded Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new SWIFT_ACCOUNT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the optional property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #38: SWIFT Account]/allOf[subschema #3]/bankAddress to the response with the 200 status

      response-optional-property-added

    • added the required property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #38: SWIFT Account]/allOf[subschema #3]/accountHolderName to the response with the 200 status

      response-required-property-added

    • added the optional property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[subschema #3]/bankAddress to the response with the 200 status

      response-optional-property-added

    • added the new EXTERNAL_ACCOUNT_VERIFICATION_REQUIRED enum value to the code response property for the response status 400

      response-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_EXCEEDED enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new CARDHOLDER_KYC_NOT_APPROVED enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new END_USER_TERMS_NOT_ACCEPTED enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new END_USER_TERMS_VERSION_NOT_FOUND enum value to the code response property for the response status 400

      response-property-enum-value-added

  • b21ed434ee6e1957See the full diff
    • added PaymentPlasmaWalletInfo PaymentBitcoinDepositAddressInfo to the fundingPaymentInstructions/items/accountOrWalletInfo response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #17: AED Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #18: KES Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #19: MWK Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #20: RWF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #21: TZS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #22: UGX Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #23: XOF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #24: ZAR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #25: ZMW Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #26: BWP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #27: XAF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #28: BDT Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #29: ARS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: BRL Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #30: COP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #31: EGP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #32: GHS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #33: GTQ Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #34: HTG Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #35: JMD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #36: PKR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #37: SLV Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #38: SWIFT Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #39: CNY Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #40: Spark Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #41: Lightning Invoice]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #42: Solana Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #43: Tron Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #44: Polygon Wallet -> subschema #45: Polygon Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #45: Base Wallet -> subschema #46: Base Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #46: Ethereum Wallet -> subschema #47: Ethereum Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #47: Embedded Wallet -> subschema #49: Embedded Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new BITCOIN_L1 enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #10: HKD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #11: IDR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #12: MYR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #13: PHP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #14: SGD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #15: THB Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #16: VND Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #17: AED Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #18: KES Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #19: MWK Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #20: RWF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #21: TZS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #22: UGX Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #23: XOF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #24: ZAR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #25: ZMW Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #26: BWP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #27: XAF Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #28: BDT Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #29: ARS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #2: BRL Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #30: COP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #31: EGP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #32: GHS Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #33: GTQ Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #34: HTG Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #35: JMD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #36: PKR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #37: SLV Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #38: SWIFT Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #39: CNY Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #3: MXN Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #40: Spark Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #41: Lightning Invoice]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #42: Solana Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #43: Tron Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #44: Polygon Wallet -> subschema #45: Polygon Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #45: Base Wallet -> subschema #46: Base Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #46: Ethereum Wallet -> subschema #47: Ethereum Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #47: Embedded Wallet -> subschema #49: Embedded Wallet]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #4: DKK Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #5: EUR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #6: INR Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #7: NGN Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #8: CAD Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new PLASMA_WALLET enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #9: GBP Account]/allOf[BasePaymentAccountInfo]/accountType response property for the response status 200

      response-property-enum-value-added

    • added the new USDT enum value to the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #46: Ethereum Wallet -> subschema #47: Ethereum Wallet]/allOf[subschema #3]/assetType response property for the response status 200

      response-property-enum-value-added

    • added the optional property details/errors to the response with the 400 status

      response-optional-property-added

    • added the optional property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/bankAccountType to the response with the 200 status

      response-optional-property-added

    • added the optional property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/bankName to the response with the 200 status

      response-optional-property-added

    • added the optional property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/fiToFiInformation to the response with the 200 status

      response-optional-property-added

    • added the optional property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/intermediaryBankName to the response with the 200 status

      response-optional-property-added

    • added the optional property fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #1: USD Bank Account]/allOf[UsdAccountInfo]/allOf[UsdAccountInfoBase]/intermediaryRoutingNumber to the response with the 200 status

      response-optional-property-added

    • added PLASMA_WALLET BITCOIN_L1 discriminator mapping keys to the fundingPaymentInstructions/items/accountOrWalletInfo response property for the response status 200

      response-property-discriminator-mapping-added

    • removed the BTC enum value from the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #40: Spark Wallet]/allOf[subschema #3]/assetType response property for the response status 200

      response-property-enum-value-removed

    • removed the USDB enum value from the fundingPaymentInstructions/items/accountOrWalletInfo/oneOf[subschema #40: Spark Wallet]/allOf[subschema #3]/assetType response property for the response status 200

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog