4. NFC payment
Integrate NFC payment
POST
https://api.pos25.app/v1/cf-payment/generate_nfc
The API performs the above payment using NFC
*NOTE: Currently, payment by NFC is only supported on TRAM wallet
Headers
Name
Type
Description
Authorization*
String
Bearer <Token>
Request Body
Name
Type
Description
order_id*
String
Order id of transaction (UNIQUE)
amount*
String
Transaction amount
token*
String
The token will be created by TRAM wallet to request a transaction and sent to the POS machine via NFC
serial_number*
String
serrial number of POS device
Let's see how you can call this method either through Curl
or Python
:
Last updated