Skip to main content

Payment Methods

Payment Method objects represent your customer's payment instruments. You can use them with Charges to collect payments or save them to Customer objects to store instrument details for future payments.

📄️ Get crypto deposit instructions

<p>Returns the on-chain deposit address for the authenticated account's crypto wallet in the given currency (e.g. <code>BASE-USDC</code>). The wallet is provisioned on demand: if it does not yet exist it is created on demand, provided the account has completed crypto onboarding (KYC). Send USDC to the returned <code>on_chain_address</code> on the returned <code>chain</code>, then poll <code>GET /payment-methods/crypto/{currency}/deposits</code> to see it land.</p>

📄️ Update a bank account's holder address

<p>Corrects the account holder's address on an existing bank account. This is the address forwarded to the banking network when the account is registered, so supplying it resolves links that failed for a missing or unusable address — the registration is retried automatically once the address is saved.</p><p>Only the address can be changed. The routing number, account number and IBAN identify the account and cannot be edited: to correct those, remove the bank account and add it again.</p>