-
Notifications
You must be signed in to change notification settings - Fork 38
add new billing functionality that allow user to add/refund payment #218
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
Conversation
This is no longer valid since the functionality provided by Stripe is deprecated. |
cadd9b3
to
e600c34
Compare
e600c34
to
47663a8
Compare
47663a8
to
4df7264
Compare
Force pushed to rebase and changed |
|
||
@Getter | ||
public class BetaPaymentRefund extends EasyPostResource{ | ||
private String refundedAmount; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, the responses in our internal doc are string
and int
, looks like I need to add an attribute for refunded_amount_currencys
Description
Add new beta billing functionality for ReferralCustomer users
addPaymentMethod
can add a pre-existing Stripe bank account or credit card to your EasyPost accountrefundByAmount
refunds your wallet by a dollar amountrefundByPaymentLog
refunds your wallet by a PaymentLog IDTesting
Add new unit tests
Pull Request Type
Please select the option(s) that are relevant to this PR.