Native Payment API(Apple Pay)
POST/b/pbl/v2/payment/apple-pay/
Allows merchants to submit an Apple Pay payment directly via server-to-server integration. This endpoint requires private key authentication and expects a valid Apple Pay token structure in the request payload under payload.
Typical use case: The merchant collects the Apple Pay token on their frontend and sends it to this endpoint along with session and amount information.
Permissions
| Auth Method | Required Permissions |
|---|---|
| API Key | All permissions (admin access) |
| Basic Auth | Can add payment requests or Can add e-commerce payments |
Request
Responses
- 200
- 400
- 401