Category: API

Stripe API Error – transfer_source_balance_parameters_mismatch

In this post, you’ll learn more about the Error transfer_source_balance_parameters_mismatch that is returned when working with the Stripe API Stripe API Error transfer_source_balance_parameters_mismatch Stripe API Error Description When creating a Transfer, the payments parameter in source_balance should not be passed in when balance type is set to issuing.

Stripe API Error – balance_insufficient

In this post, you’ll learn more about the Error balance_insufficient that is returned when working with the Stripe API Stripe API Error balance_insufficient Stripe API Error Description The transfer or payout could not be completed because the associated account does not have a sufficient balance available. Create a new transfer or payout using an amount less than or equal to the account’s available balance.

Stripe API Error – cardholder_phone_number_required

In this post, you’ll learn more about the Error cardholder_phone_number_required that is returned when working with the Stripe API Stripe API Error cardholder_phone_number_required Stripe API Error Description You must have a phone_number on file for Issuing Cardholders who will be creating EU cards. You cannot create EU cards without a phone_number on file for the cardholder. See the 3D Secure Documenation for more details.

Stripe API Error – sepa_unsupported_account

In this post, you’ll learn more about the Error sepa_unsupported_account that is returned when working with the Stripe API Stripe API Error sepa_unsupported_account Stripe API Error Description Your account does not support SEPA payments.

Stripe API Error – invoice_on_behalf_of_not_editable

In this post, you’ll learn more about the Error invoice_on_behalf_of_not_editable that is returned when working with the Stripe API Stripe API Error invoice_on_behalf_of_not_editable Stripe API Error Description You cannot update the on_behalf_of property of an invoice after the invoice has been assigned a number.