Adding Lodged Cards

Through the Buyer API, you may create new Lodged Cards

You can request the generation of a Lodged Card by sending a payload to the following endpoint:
PUT to https://sandbox-api.cpxenterprise.com/buyer/v1/buyer/{{buyer.id}}

{
 "lodgePaymentCards": [
      {
        "id": "generate"
      },
    ] ,
    "associatedInstitutionId": "institutionId",
    "associatedInstitutionName": "institutionName",
    "bid": "BuyerId",
    "name": "buyer.name"
}

This call is equivalent to using the "Magic Wand" feature that will automatically generate a new Lodged Card in your Buyer Settings.

You can review our developer documentation for updating your buyer here: https://developer.cpxchange.com/reference#apiupdate-2