Payment Service
This API allows you to retrieve a list of payment services by payment channel. This enables extra controls of what payment services that you want to display on your application.
Authentication
LeanX uses Auth Token to authenticate in each request's header.
Auth Token can be retrieved in your portal dashboard under API page.
Request Header
Getting Payment Service List
Note that for B2C payment please use payment_model_reference_id
= 1
while B2B is payment_model_reference_id
= 2
B2B payment service list are only available for payment type WEB_PAYMENT.
Jump to Getting B2B Payment Service List here
HTTP Method: POST
Request Body
Attributes
Property | Type | Description |
---|---|---|
payment_type* | String | Payment service type
|
payment_model_reference_id* | String | The web payment (FPX) channel
|
payment_status* | String | Payment service channel status
|
Response
Getting Payment Service List (FPX B2B)
HTTP Method: POST
Request Body
Attributes
Property | Type | Description |
---|---|---|
payment_type* | String | Payment service type
|
payment_model_reference_id* | String | The web payment (FPX) channel
|
payment_status* | String | Payment service channel status
|
Response
Last updated