Создание платежного поручения
Метод для создания платежного поручения в разрезе одного дня
Last updated
Was this helpful?
Was this helpful?
{
"status": true,
"message": "Success",
"result": "success"
}{
"status": false,
"status_code": 5406,
"message": "invalid project secret",
"result": {}
}curl --location 'https://prapi.tarlanpayments.kz/payorder/api/v1/order' \
--header 'Authorization: Bearer 123' \
--header 'Content-Type: application/json' \
--data '{
"project_id": 99,
"transfers": [
{
"name": "string",
"bin": "11011000999",
"transfer_id": "transfer_id",
"description": "string",
"amount": 150,
"beneficiary_code": "13",
"payment_purpose_code": "123",
"recipient_account": "KZ111011111000011111",
"is_legal": true
}
],
"merchant_id": 1,
"payment_order_date": "2025-06-30",
"payment_order_id": "payment_order_id"
}'