Developer Discussions

Ask a Question
Back to All

Get Receipt Number from (GET) https://{{HostURL}}/invoice/v2/invoices/xxxxx-xxxxx-xxxx-xxxxx

Hi, I need to get Receipt No. from the Paid Invoice.. but i cannot find the Receipt..
ex.
"receipt": {
"transactionId": "xxxxx-xxxxx-xxxx-xxxxx",
"receiptNo": "xxxxxxxxx",
"approval_code": "xxxxxx",
"approvalCode": "xxxxx"
},

thanks,