Login-free Page Integration
Brief Description
Integration of login-free page, API interface integration required, users exempted from email verification.
This integration method requires customizing your own domain for access. Ach can perform mapping. Please provide your domain name and the corresponding SSL certificate. Contact technical support for configuration.
Environment Information
Unmapped URLs:
Test Environment Domain: https://sbx-card-api.prepaidify.com
Production Environment Domain: https://card-api.prepaidify.com
Mapped URLs:
Test Environment Domain: https://{merchant-defined-url}
Production Environment Domain: https://{merchant-defined-url}
Request Path
/open/merchant/api/v2
Request Method
POST
Content-Type: application/json
Request Parameter
Y
N
string
64
Email address
appId
Y
Y
string
32
Merchant appid
sign
Y
Y
string
512
Signature
Request Example
JSON
Response Parameter
code
string
Please refer to the code description for coding details.
msg
string
Response message
model
object
Returned when successful
traceId
string
-
success
boolean
Status of successs
error
boolean
Status of fail
Response Example
Successful Response Example
JSON
Failed Response Example
JSON
For more information on return codes, please refer to the code description.
Last updated