API REFERENCE
...
Payments
Instant payment
Create a Payment Initiation with Whitelabel
3min
Use /whitelabel endpoint in white label mode to return a token, a starting paymentURL and a initiation Id.
POST
Request
Body Parameters
accessKey
required
String
Pre-generated by Klavi for partner
secretKey
required
String
Pre-generated by Klavi for partner
payment
optional
Object
Payment object
Response
Attribute | Type | Description |
---|---|---|
id | String | Payment initiation identify |
accessToken | String | Token generated, one access token is only valid for one payment Initiation |
paymentURL | String | Dynamic URL generated by Klavi,use this link to redirect the user to complete the payment initiation flow |
Updated 05 Jun 2024
Did this page help you?