Create Card
This field is used for the card creation.
POST
https://move-uat.goverapay.com/customer/card/create
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: “08”
cardName
ANS (1,30)
Name of the Card.
expDate
INT (4)
Card expiry date
customerIdNumber
ANS (1,40)
Identification number
bankId
ANS (1,4)
Customer Bank Id. Should be sent in registration requests as part of the KYC data. e.g. "bankId":"22"
customerIdType
ANS (1,36)
Identification type. Should be sent in registration requests as part of the KYC data. Values:National ID,Passport,Driving License e.g. “customerIdType”:”Driving License”
accountType
ANS
Type of the Account like Savings / Credit / Current
Sample Data:
userId : 2
Authorization : Bearer {{Token}}
Last updated
Was this helpful?