question

pawank3 avatar image
pawank3 Suspended asked zgreathouse Deactivated commented

I am getting RE0528 - EncrptBlock is invalid|message while hitting the developer pay api why?

Hi Clover ,

I am hitting the developer pay API .
URL:- https://apisandbox.dev.clover.com:443/v2/merchant/{mId}/pay?access_token={accessToken}

My request parameter is:-

{ "orderId": "5R3XAKZWETNZY", "taxAmount": 9, "zip": "94041", "expMonth": 1, "cvv": "111", "amount": 100, "currency": "usd", "last4": "1111", "expYear": 2019, "first6": "411111", "cardEncrypted": "qHRYLHh3bSI0qRhOKsVFqLUkAvljAnuuINqPfzUdcTjtxSfn2sQml1BTQODEdKNcE3FXYlUU8SYV xBjZq/YTWpMG8gO0NbcH57lQAinZGioYELwAetNkQXrGpLtucoKBVaJHFRB7Na8EixyJYuKieUai a4ToF9wDTOP0oXcriB1xBygJ1l2MkOAI1/vQRoBz+2YBB6iCRvmt8slb8luRa58H1qA52ZEXIx3b B/fK8MupVPZLYZwfRaT8PP6Vc7OYTw1AfZlDMOqOzazKooyB5PB6NJf0APZ2hDoKsHmEBDJt2paW Wcc4yhBb3FtUoW1xnqxdpDShG/EsB0zC0BayZg=="

Resonse parameter is:-
{ "paymentId": "600BRZN8TDJ02", "result": "DECLINED", "failureMessage": "RE0528 - EncrptBlock is invalid|"}


Kindly give me the suggestions and appropriate solutions.
PaymentsClover Flex
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

zgreathouse avatar image zgreathouse commented ·

You are passing in the minimum amount of fields necessary to POST a payment. I would look to how you are encrypting the card. Please see our example implementations of Developer Pay here: https://github.com/cloverhackathons/DeveloperPayAPI

0 Likes 0 ·

0 Answers

Welcome to the
Clover Developer Community