#harshitbhargava

1 messages · Page 1 of 1 (latest)

heavy tideBOT
tawdry prism
#

Hi! Let me help you with this.

#

Is buyerId some Cash App-specific value?

quasi rune
#

yes but i am no able to get that

#

I am using this api

tawdry prism
#

Could you please paste the object you're getting?

quasi rune
#

{
"acss_debit": null,
"affirm": null,
"afterpay_clearpay": null,
"alipay": null,
"au_becs_debit": null,
"bacs_debit": null,
"bancontact": null,
"billing_details": {
"address": {
"city": null,
"country": null,
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"email": null,
"name": null,
"phone": null
},
"blik": null,
"boleto": null,
"card": null,
"card_present": null,
"created": 1689852125,
"customer": null,
"customer_balance": null,
"eps": null,
"fpx": null,
"giropay": null,
"grabpay": null,
"id": "pm_1NVuvpInbsls4AaojanLEpFb",
"ideal": null,
"interac_present": null,
"klarna": null,
"konbini": null,
"link": null,
"livemode": false,
"metadata": {},
"object": "payment_method",
"oxxo": null,
"p24": null,
"paynow": null,
"promptpay": null,
"radar_options": null,
"sepa_debit": null,
"sofort": null,
"type": "cashapp",
"us_bank_account": null,
"wechat_pay": null
}

tawdry prism
#

What API version are you using?

quasi rune
#

you mean stripe version?

tawdry prism
#

It's 2020-08-27, you might want to update it.

quasi rune
#

implementation "com.stripe:stripe-java:20.136.0"

#

is this correct version or I have to upgrade that?

tawdry prism
#

Stripe API version is not strictly tied to the library version. I suggest you to look at the link I shared to upgrade your API version instead.

quasi rune
#

Yes after upgrading library version. I am getting buyer id

#

Thanks

heavy tideBOT
tawdry prism
#

Happy to help!