Card Transfer
POST
https://move-uat.goverapay.com/customer/transaction/transfer
Headers
Name
Type
Description
UserId
ANS
Generated during User Registration
Authorization
ANS
Generated during User Otp Verify
Request Body
Name
Type
Description
UUID
ANS (36)
Unique for each transaction
transType
INT (2)
value: "21"
iPIN
INT (4)
Used in financial requests to authenticate the customer.
Note : Field will be encrypted using AES Key
toCard
INT (16,19)
The card receiving the transfer in card transfer service
tranAmount
INT (2,10)
Transaction amount in the transaction currency
cardName
ANS (1,30)
Name of the Card
Sample data:
userId : 2
Authorization : Bearer {{Token}}
Last updated
Was this helpful?