Initialize Payment

This service checks whether the required configurations have been completed on the Paynet side and then returns the deeplink_url required for the transaction, along with the encryption_key used to decrypt the encrypted data returned to the customer’s mobile application. To send a request to this service, a mobile session token (session_key) must be used.

Start Sale – init_sale_transaction

post
Header parameters
Session-KeystringRequired

Mobile session key

Content-TypestringRequired

Content type.

Example: application/json
Body
amountnumberOptionalExample: 100
add_commissionbooleanOptionalExample: true
instalmentintegerOptionalExample: 0
card_holder_phonestringOptionalExample: 5XXXXXXXX
card_holder_mailstringOptionalExample: [email protected]
descriptionstringOptionalExample: test
reference_nostringOptional
selected_agent_idstringOptional
callback_urlstringOptional
Responses
200

Successful

application/json
post
/v1/softpos/init_sale_transaction

Last updated