Upsert valid bank cards

This is used to verify the bank card details entered by the customer in Froda's loan application flow. The list should contain the full set of valid card numbers since the existing ones will be replaced. So for example, if a customer has 2 valid cards with card numbers 1234 and 3456 since before and the partner sends an updated list containing only 3456 later on, the card 1234 will be removed in our system and no longer be considered a valid card number if the user inputs this number in our loan application flow.

Path Params
uuid
required

The organization that the bank card details are connected to

Body Params

Request containing the list of bank cards that are valid for organization

valid_bank_cards
array of objects
required

List of valid bank cards. Must be unique across the collection.

valid_bank_cards*
Responses
200

The valid bank cards have been added successfully

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