Apply for a card
POST {{customerURL}}:5055/ThirdpartyService/applyCard?access_token={{custoken}}
- This service is used to apply for a new card.
- The payload should be mentioned in a json format.
- All the keys mentioned in the json are mandatory.
- To find the contractID, contractUUID and productName use the service View the contracts of a profile in the Accounts under the Customer collection.
- To find the linkedProfileId use the service Fetch the profile details in the Customer Onboarding section.
- Mention the status key as apply.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |