Skip to main content

Authentication Api

API Information

Authentication is used for authorization to access payments through Speed Payment.

info

You can obtain the client_id and secret_key through the Speed web back office.

Payload

KeyTypeDescriptionExample
client_idStringclient id usermerchant123
secret_keyStringsecret key usera144981427cdcd89588a98603f14fb3f12

Example Request

Sample request
$data = [
"client_id" => "merchant123",
"secret_key" => "a144981427cdcd89588a98603f14fb3f12",
"data" => [
"date" => "2022-12-18 02:03:05",
"product" => "Tiket Pesawat",
...
]
];