Service Payment
POST
https://move-uat.goverapay.com/customer/transaction/servicePayment
Headers
UserId
ANS
Generated during User Registration
Authorization
ANS
Generated during User Otp Verify
Request Body
UUID
ANS (36)
Unique for each transaction
transType
INT (2)
value: "28"
iPIN
ANS (4)
Used in financial requests to authenticate the customer.
Note : Field will be encrypted using AES Key
tranAmount
INT (2,10)
Transaction amount in the transaction currency
cardName
ANS (1,30)
Name of the Card
serviceInfo
ANS (1,100)
Information used to describe the provided service
If this optional field is sent in the request, it should have the structure “Description=xxxxx”
serviceProviderId
ANS (10)
The id of the service provider that supplies the service (ex: merchant, biller). Should be predefined in the system
Sample data:
userId : 2
Authorization : Bearer {{Token}}
Last updated
Was this helpful?