#Jordy

1 messages · Page 1 of 1 (latest)

lament thicketBOT
glass night
#

Hi, can you add more details? Are you the developer?

pine veldt
#

This transaction didn't go through but when I click on the account it has payment method's attached. pi_3MzQzqAIbNcw5ry11ihu3v3k

#

Hi pgskc, yes I am

glass night
#

What do you mean by 'This transaction didn't go through'?

pine veldt
#

The payment says incomplete because there's not a payment method

#

But the account has two cards associated with it that are approved

glass night
pine veldt
#

Is there a way to know that via webhook or some other method? I was confused since it gave a 200 code

glass night
pine veldt
#

so all payments create a payment intent?

glass night
pine veldt
#

Haha, it's probably because I'mlearning so I don't explain things well

#

req_yUfAb2VV6MFxha

For this one, is the error because I have false instead of true for automatic payment method?

glass night
#

We're always learning but yeah, when you create a Payment Intent, you're creating an intent for a payment.

#

I might find this useful

pine veldt
#

Ok, I think I'm following.

#

I had payment_method as null but I should have been passing confirm=true?

glass night
#

No, it would be an id which starts with pm_

#

Let's step back here. What are you trying to build and what integration document are you following?

pine veldt
#

I'm building a payment app to connect vendors to payees.

#

Building in on a no-code platform called Bubble.io and I've been using stripe.js to build it out so far up until this point

#

I'm the developer for it. The customer wants to use stripe but have it whitelabeled, so no stripe branding

glass night
#

What integration document are you following so far?

pine veldt
#

I don't know what you mean by that

glass night
pine veldt
#

I'll look over this more thoroughly but my first thought is that I don't think any of these apply to my case

#

The in-person payments might but I don't think it'll work the way the customer wants because he wants it to be white-labeled

glass night
#

You can use that as a guide and tailor it to your use case.

pine veldt
#

Card_XXXX can't become pm_XXXX?

glass night
#

You should be able to pass the card_ id

#

ID of the payment method (a PaymentMethod, Card, or compatible Source object) to attach to this PaymentIntent.