Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Ephemeral Keys Missing #104

Open
amacks opened this issue Jul 6, 2018 · 1 comment
Open

Support for Ephemeral Keys Missing #104

amacks opened this issue Jul 6, 2018 · 1 comment

Comments

@amacks
Copy link

amacks commented Jul 6, 2018

The API uses an Ephemeral Key to handle Apple Pay xacts. There's currently no support in the library for that call. It is not well documented in the API docs, but works as the other API Put calls, requiring a
customer object:

  curl https://api.stripe.com/v1/ephemeral_keys  -u sk_test_XXXXXXX: -d customer=cus_XXXXX -H "Stripe-Version: 2018-02-28"
@amacks
Copy link
Author

amacks commented Jul 10, 2018

I've submitted a PR against this with a possible implementation of the EphemeralKey class: #105
No promises, but it seems to work as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant