#williamkim
1 messages · Page 1 of 1 (latest)
I wonder how the data created with bacs_debit type is different from the card type.
Hi, I recommend that you look at this document, https://stripe.com/docs/payments/payment-methods/bacs-debit and use this test data, https://stripe.com/docs/payments/bacs-debit/accept-a-payment?platform=checkout#testing if you already have an integration set up.
Let me know if you have any follow up questions.
Thanks for the info. This is a picture of a 'card' type PaymentMethod example. Could you confirm that no such examples are available for 'bacs_debit' type?
That is correct, there is not but you can look at the Payment Method object: https://stripe.com/docs/api/payment_methods/create#create_payment_method-bacs_debit. I highly recommend that you test this on your end.
Thanks you. Have a good day!