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 more of the Stripe API calls #38

Open
BentChainRing opened this issue Apr 13, 2016 · 1 comment
Open

Support more of the Stripe API calls #38

BentChainRing opened this issue Apr 13, 2016 · 1 comment

Comments

@BentChainRing
Copy link

Here are a few Stripe calls that are currently not supported in the WebService::Stripe module v1.0300:

update card(): https://stripe.com/docs/api/curl#update_card
get_charges(): https://stripe.com/docs/api/curl#list_charges
get_balance_transaction(): https://stripe.com/docs/api/curl#retrieve_balance_transaction
get_balance_transactions(): https://stripe.com/docs/api/curl#balance_history
get_refund(): https://stripe.com/docs/api/curl#retrieve_refund
update_refund(): https://stripe.com/docs/api/curl#update_refund
get_refunds(): https://stripe.com/docs/api/curl#list_refunds

yes, you can still make direct calls to the Stripe API with the lower level WebService::Client get/post methods, but I'd love to keep my code just referencing the WebService::Stripe lib. :-)

@breadwild
Copy link

Would also like:

update_card() (though it can be done by updating the customer)
also:
$sub = \Stripe\Subscription::retrieve("sub_90QLZeLcBgcp0V"); $sub->cancel();

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

2 participants