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.
Header parameters
Session-KeystringRequired
Mobile session key
Content-TypestringRequiredExample:
Content type.
application/jsonBody
amountnumberOptionalExample:
100add_commissionbooleanOptionalExample:
trueinstalmentintegerOptionalExample:
0card_holder_phonestringOptionalExample:
5XXXXXXXXcard_holder_mailstringOptionalExample:
[email protected]descriptionstringOptionalExample:
testreference_nostringOptional
selected_agent_idstringOptional
callback_urlstringOptional
Responses
200
Successful
application/json
400
Error
application/json
post
/v1/softpos/init_sale_transactionLast updated
