For the complete documentation index, see llms.txt. This page is also available as Markdown.

Initiating funds using Google Pay


This payment method is only available using the Google Chrome browser


POST https://prapi.tarlanpayments.kz/transaction/api/v1/transaction/primal/google-pay

Headers

Name
Type
Description

Authorization*

String

Bearer Auto-rotation hash (see Signature Creating)

Request Body

Name
Type
Description

amount*

Float

Transaction amount

project_client_id

String

Client ID on the project side

callback_url

String

Project URL for sending callback with transaction status (see Sending callback)

failure_redirect_url*

String

Project page to which the user will be redirected after unsuccessful payment. If the value parameter was not uploaded, the redirect will be performed to success_redirect_url

merchant_id*

Integer

Merchant ID assigned by the payment system

project_id*

Integer

Project ID assigned by the payment system

project_reference_id*

String

Order number on the project side

success_redirect_url*

String

Project page to which the user will be redirected after successful payment

shipment

String

Shipping address

confirm_url

String

Project URL for payment confirmation (see Payment Confirmation)

description*

String

Description of payment (50 symbols)

additional_data

Object

More Options

Last updated

Was this helpful?