This guide explains how to integrate the **Alipay Payment API**, including payment requests and callback handling.
This API allows merchants to accept payments through **Alipay**, process payment callbacks, and verify payment statuses.
GET https://p.zlib.store/pay
POST /
Parameter | Type | Description |
---|---|---|
email |
String | User email (used to link the order) |
amount |
Float | Payment amount (in US$) |
url |
String | Redirect URL after successful payment |
Parameter | Type | Description |
---|---|---|
email |
String | User email (used to link the order) |
amount |
Float | Payment amount (in US$) |
url |
Redirect URL after successful payment | |
trade_no |
String | we give each tranctions an id and aftersales details |
custom_params |
String | payment password |
GET https://p.zlib.store/pay?email=support@z-lib.fm&amount=1&url=https://z-library.sk
POST ?email=support@z-lib.fm&amount=1&url=https://z-library.sk&trade_no=20250309191532&password=waittoset
✨ powered by zlib.store ✨