py-authorize icon indicating copy to clipboard operation
py-authorize copied to clipboard

refund with invoice number

Open JosephDev opened this issue 8 years ago • 1 comments

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 avatar May 31 '17 16:05 JosephDev

Related PR #76

JosephDev avatar Dec 30 '17 08:12 JosephDev