Integration Info
Less than 1 minute
Sandbox Env
Get Information in sandbox before integration
- Login merchant backend
Merchant ID
: Assigned to you a merchant ID, which will be used for every transaction.Merchant Secret
: It will be used when requesting a transaction to generate signature.Platform Public Key
: Used to verify that we call back your notification of order status when the order status is terminated.
Set Sandbox Information before integration
Config IP List
Ip white List
: your server ip address,Supports ipv4 and basic format ipv6.
Config CallbackUrl
API Notify Address
: smilepayz will notify this callback URL once the order is completed.
Config Public Key
- And How to Generate Rsa Key? -> GenerateRsaKey
Production Env
Get Production Information before integration
- Login merchant backend
Merchant ID
: Same description as Sandbox, but different values than Sandbox.Merchant Secret
: Same description as Sandbox, but different values than Sandbox.Platform Public Key
:Same description as Sandbox, but different values than Sandbox.
Set Production Information before integration
Config CallbackUrl
- Api Notify Address: smilepayz will notify this callback URL once the order is completed.
Config RSA Public key
- And How to Generate Rsa Key? -> GenerateRsaKey
Note
Remember to save your configuration