Payment
POST
https://move-uat.goverapay.com/customer/transaction/payment
Headers
Name
Type
Description
UserId
ANS
Generated during User Registration
Authorization
ANS
Generated during User Otp Verify
Request Body
Name
Type
Description
iPIN
ANS (4)
Used in financial requests to authenticate the customer.
Note : Field will be encrypted using AES Key
transType
INT (2)
value: "17"
UUID
ANS (36)
Unique for each transaction
cardName
ANS (1,30)
Name of the card
tranAmount
INT (2,10)
Transaction amount in the transaction currency
payeeId
ANS (0,10)
Payee Identification
paymentInfo
ANS (1,999)
Payment Information, it is the customer's account in specific biller, e.g. Phone/Meter NO.
Sample Data:
userId : 2
Authorization : Bearer {{Token}}
Last updated
Was this helpful?