Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Peck 690 posts 1896 karma points c-trib
    Mar 22, 2021 @ 10:18
    David Peck
    0

    Customer details passed to stripe?

    When setting up Stripe as a payment gateway, one defines the order properties of the billing address. https://vendr.net/docs/payment-providers/stripe/1.1.0/stripe-checkout/getting-started/configuring-umbraco/ The documentation says this is for Radar verification.

    As I look at the API calls logged by Stripe there seems to be no record of this data being passed to it. Can you please confirm if I've set this up wrong, or if this is expected behaviour?

    enter image description here

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Mar 22, 2021 @ 10:34
    Matt Brailsford
    0

    Hi David,

    I believe the entity you are displaying here is a stripe order entity, but all the customer details are stored on a customer entity. You'll need to look that customer up using the customer ID in your order entity to access that info.

    You can see here how we pass all the info through as customer details https://github.com/vendrhub/vendr-payment-provider-stripe/blob/dev/src/Vendr.PaymentProviders.Stripe/StripeCheckoutPaymentProvider.cs#L57-L124

    Matt

  • David Peck 690 posts 1896 karma points c-trib
    Mar 29, 2021 @ 14:41
    David Peck
    0

    It's clearly going over. I just hadn't seen the customer section. I imagined it would go over with the payment intent.

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Mar 29, 2021 @ 14:57
    Matt Brailsford
    0

    I think I'll just say the Stripe API is certainly fun 😉

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies