Parameters:

Parameters:

ParameteresFormatDescriptionObligation

username

String

User Identifier

Yes

amount

Float

Transaction amount

Yes

agent

String

Storefront code in the Tarlan system

Yes

project

String

Project code assigned by Tarlan

Yes

service_code

String

Service identifier on the storefront side

Yes

external_id

String

Payment identifier on the storefront side

Yes

datetime

String

Time of payment initiation in the storefront system. Format ISO 8601 Current Timestamp

Yes

Example:

Headers Content-Type : application/json

X-Signature: 9ab70986d5b875e66fc92368029f845275a1208633eb9dda821bbabf99cac4b2

{
    "username": "989898",
    "amount": 100,
    "agent": "tarlan",
    "project": "mobile",
    "service_code": "201106",
    "external_id": "200001",
    "datetime": "2022-12-01T15:45:00Z"
}

Last updated