#GVBRIEL-error

1 messages · Page 1 of 1 (latest)

wise flame
#

hi! like it says, that's not the format.

#

it's billing_details: { address: {zip:"94103"}} for example.

sage stream
#

I found this object:

 "billing_details": {
    "address": {
      "city": null,
      "country": null,
      "line1": null,
      "line2": null,
      "postal_code": null,
      "state": null
    },
    "email": null,
    "name": "Jenny Rosen",
    "phone": null
  },
#

Trying now to map the postal_code + state params

#
city: null
country: "US"
line1: null
line2: null
postal_code: "12345"
state: "AL"
#

Worked. Thank you so much, @wise flame

wise flame
#

you're using PaymentIntents/PaymentMethods and they use a different shape