Skip to main content

Enroll User

POST/v3/vop/enroll-user
  • Enroll user to Visa's VOP with RM.

Request Parameters

userIdStringrequired

Provide a random generated 15 length string

Example: "KCac44i8NmtnUBo"

cardPanStringrequired

Card number of the user

Example: "4364484100392449"

nameStringrequired

Name of the card

Example: "Ambank Visa Infinite"

notifyUrlStringrequired

Notify Url

Example: "https://google.com"


Response Parameters

item.card.idString

RM VOP Card ID

Example: "1699331101967521138"

item.card.userIdString

RM VOP User ID

Example: "1699331101742889953"

item.card.nameString

Name of the card

Example: "Ambank Visa Infinite"

item.card.panLastFourString

Last four number of the card

Example: "2449"

item.card.typeString

Type of card

Example: "CREDIT"

item.card.createdAtString

User Enrolled Time

Example: "2023-11-07T04:25:00Z"

item.card.updatedAtString

User Enrolled Time

Example: "2023-11-07T04:25:00Z"

item.user.idString

RM VOP User ID

Example: "1699331101742889953"

item.user.createdAtString

User Enrolled Time

Example: "2023-11-07T04:25:00Z"

item.user.updatedAtString

User Enrolled Time

Example: "2023-11-07T04:25:00Z"

codeString

Status of the enrollment

Example: "SUCCESS"