Test Payment Methods
Authorizations
Header parameters
AuthorizationstringRequiredDefault:
Private API key to be provided in the format Api-Key <key>
.
Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Body
pluginstring · min: 1 · max: 50Required
Responses
200Success
application/json
400Error
application/json
403Error
application/json
post
POST /b/pbl/v2/payment-methods/ HTTP/1.1
Host: betabulk.ottu.net
Authorization: Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Content-Type: application/json
Accept: */*
Content-Length: 68
{
"plugin": "payment_request",
"currencies": [
"KWD"
],
"tokenizable": true
}
{
"customer_payment_methods": [],
"payment_methods": [
{
"code": "text",
"name": "text",
"pg": "text",
"is_sandbox": true,
"logo": "https://example.com",
"wallets": [],
"default_currency": "KWD",
"accepted_currencies": [],
"operation": "text",
"operations": [],
"is_tokenizable": true
}
]
}
Last updated