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

refund with invoice number #70

Open
JosephDev opened this issue May 31, 2017 · 1 comment
Open

refund with invoice number #70

JosephDev opened this issue May 31, 2017 · 1 comment

Comments

@JosephDev
Copy link

I'd like to refund with invoice number.
current refund parameters is

{
    'amount': 1.11,
    'last_four': '1111',
    'transaction_id': '401123211',
}

it works but it makes transaction with null invoice number that makes hard to trance down transactions.
I'd like to make request like

{
    'amount': 1.11,
    'last_four': '1111',
    'transaction_id': '401123211',
    'invoice_number': 'XX111122',
}
@JosephDev
Copy link
Author

JosephDev commented Dec 30, 2017

Related PR #76

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