I am using API to get last 4 digit of credit card of a payment of an order for my accountant.
What API should I use?
I can find it under dashboard, but I can not get it through API.
I am using API to get last 4 digit of credit card of a payment of an order for my accountant.
What API should I use?
I can find it under dashboard, but I can not get it through API.
Some transactions returns 'cardTransaction' object, while some transactions doesn't. How do I get the last 4 digit credit card of transactions that didn't?
/v3/merchants/{ {mid}}/payments/{ {paymentId}}?expand=cardTransaction
Retrieve the payment and expand on cardTransaction per the above snippet.
https://docs.clover.com/docs/expanding-fields
2 People are following this question.