Test Payment Methods
Authorizations
AuthorizationstringRequired
HTTP API Key Authentication
API-Key authentication for private use only.
Example API-Key
vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Example Header:
Authorization: Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Header parameters
AuthorizationstringRequiredDefault:
Private API key to be provided in the format Api-Key <key>.
Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11loBody
pluginstring · min: 1 · max: 50Required
Responses
200Success
application/json
400Error
application/json
403Error
application/json
post
/b/pbl/v2/payment-methods/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