#ucalabrese57

1 messages · Page 1 of 1 (latest)

obtuse cragBOT
past lantern
edgy tapir
#

here the req req_SN4VeIB9DYdL6G

#

the problem is that I can't receive all payments method

past lantern
#

What's the pm_xxx ID you expect to see returned?

edgy tapir
#

I expect the 3 last payment

past lantern
#

Ok, but a specific pm_xxxx ID example, like in your screenshot

past lantern
#

Not /v1/payment_methods

edgy tapir
#

I'm sorry... here the right req_bqyiFMDuCo4Xrc

past lantern
#

But anyway, that list endpoint doesn't work like you expect. You need to provide the customer parameter

edgy tapir
past lantern
#

Well, do you mean payments or payment methods? Because right now you're using Payment Method objects and APIs, which are a representation of credit cards, etc not actual payments

edgy tapir
#

I mean payments but I'm using the object Payment Method to get payments (I have seen in the documentation that PaymentMethod retrieve all information I need {
"id": "pm_1MqLiJLkdIwHu7ixUEgbFdYF",
"object": "payment_method",
"billing_details": {
"address": {
"city": null,
"country": null,
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"email": null,
"name": null,
"phone": null
}...
but I don't find any route that retrieve the datas that I need)

#

I'm looking for the billing_details of a payment

#

that's what I need

past lantern
obtuse cragBOT
edgy tapir
#

Thank you very much for your help :)

#

if I need more help, could I continues in this thread ?

past lantern
#

We close them out after ~30 minutes, but feel free to ask a new Q in #dev-help

edgy tapir