• Hi!
    I have installed the Stripe gateway, and I’m trying to retrieve customer information.
    Now, looking at the class-wc-stripe-api.php I successfully get some info:
    $parsed_response->status;
    $parsed_response->amount;
    $parsed_response->currency;
    $parsed_response->id;
    $parsed_response->source->name;

    but how can I get more data about customer and product?

    Thanks a lot

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Stripe API’ is closed to new replies.