Confirmation of funds debit

triangle-exclamation

POST https://agwsapi.tarlanpayments.kz/showcase-gateway/api/v1/action/confirm/invoicearrow-up-right

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

agent*

String

Showcase code in the Tarlanpayments system

confirm_code

String

Payment confirmation code

external_id*

String

Payment ID on the showcase side

Response

Name
Type
Description

status

bool

Request processing status

status_code

uint

Error code

message

string

Description of error

result

Object

An object storing payment information

-is_success

String

Payment success flag

-transaction_status_id

String

-external_id

String

Payment ID on the showcase side

-otp_status

bool

otp check success flag

Examples of error responses before the changes

Examples of error responses after the changes

Last updated

Was this helpful?