Hi Clover,
I am following the guide: https://docs.clover.com/faq/#how-do-i-use-the-web-api-to-pay-for-an-order
on how to send payment details for the order to be charged against. I get the key and generate the encrypted card number and sent it to POST /v2/merchant/{mId}/pay
along with CVV. From this the order gets changed state to PAID
and I receive a response of APPROVED
and the order is shown on the device as:
- Entry Method:
KEYED
- Card Transaction Type:
PREAUTH
- Card Transaction State:
PENDING
Full Details here: https://www.clover.com/transactions/m...
I am testing against an emulator and my MID is 111111111111
. Since the card being used has an incorrect CVV the transaction should fail. In addition the PREAUTH state never changes from PENDING. Is this due to using an emulator and not a real merchant account? If it is how do I go about getting a merchant account so I can test this fully.
Thanks Chris