#Nachi-ACHv2
1 messages · Page 1 of 1 (latest)
hello @leaden swift! I believe you've written in to Stripe Support before.
I'm not seeing us_bank_account_beta=v2 in the apiVersion header which you've sent for that request.
Can you check your code again? If you're setting the apiVersion when initializing the stripe instance, it'd look like :
apiVersion: '2020-08-27;us_bank_account_beta=v2'
});