grab / grabpay-merchant-sdk

Other
13 stars 5 forks source link

Integration steps for golang #1

Closed dhairya-chai closed 1 year ago

dhairya-chai commented 2 years ago

The doc tells how to use the SDK in a standalone environment but doesn't tells on how to integrate with existing backend.

0123456hahaha0123456 commented 1 year ago

Hi @dhairya-chai, please refer to code in https://github.com/grab/grabpay-merchant-sdk/blob/main/Go/test/main/main.go, you only need add the same code to existing backend for using API

dhairya-chai commented 1 year ago

Got it thanks 👍