Use this endpoint to add a physical card to customer account. For this sandbox you need to send the card external id, because the configuration of the product is for anonynmous card.' Note: Our sandbox is configured with Galileo as the processor. However, to ensure flexibility and adaptability when using different processors, below are some examples of how the service should be called when the processor is Pomelo or Dock. This ensures that, regardless of the processor configuration, the service can be invoked correctly, regardless of differences in implementations or architectures.

Log in to see full request history

Use this endpoint to confirm an anonymous account by creating the account card on MO and linking the anonymous credit card to the desired customer on both the processor and MO.

Warning

This process is executed when the program manager has anonymous credit cards. Which are credit cards that are created in advance and then the customer has to go to a physical location to get its credit card and then we use this endpoint to link that physical credit card to an existing customer.

Response object description

Access the recipe to get the response description.

Body Params
string
required
Defaults to motest88

External identifier provided by the program manager for the customer.

string
Defaults to 563101002647

Payment reference number PRN or credit card identifier given by the processor to track all transactions

string
Defaults to physical

Type of credit card, can be physical or virtual.

json
Defaults to { "address": "218 Lawrence Stree", "nationality": "COL", "city": "Bogota", "display_color": "red" }

Depending on the processor, it is likely that certain types of information will need to be sent in the others section. For example, in the case of Dock, it is necessary to include display_name, complement, and neighborhood in the others section. For Pomelo, it is required to include display_name, additional_info. Therefore, depending on the configuration and the processor, certain fields may need to be sent in this section.

Headers
string
required

Authorization token given by MO to the program manager.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json