You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy config-sample.php to config.php and fill in your Partner ID, Partner Secret, Client ID, Client Secret, and Merchant ID. Terminal ID is only applicable for POS merchants.
For One-Time Charge, your url will be https://[HOST_NAME]/gp-php-sdk-sample/onetimecharge/ and your redirect_uri will be https://[HOST_NAME]/gp-php-sdk-sample/onetimecharge/complete.php.
For Tokenization, your url will be https://[HOST_NAME]/gp-php-sdk-sample/tokenization/ and your redirect_uri will be https://[HOST_NAME]/gp-php-sdk-sample/tokenization/charge.php.
You will need to whitelist your server URL on the GP Developer Platform.
For POS Merchant Present QR, your sample HTML page with the QR Code will be https://[HOST_NAME]/gp-php-sdk-sample/pos/merchant_present.php.