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
| Key | Type | Description | Example |
|---|---|---|---|
| client_id | String | client id user | merchant123 |
| secret_key | String | secret key user | a144981427cdcd89588a98603f14fb3f12 |
Example Request
Sample request
- javascript
$data = [
"client_id" => "merchant123",
"secret_key" => "a144981427cdcd89588a98603f14fb3f12",
"data" => [
"date" => "2022-12-18 02:03:05",
"product" => "Tiket Pesawat",
...
]
];