PomeloEx.Cards.Associations.AssociateCredit (PomeloEx v0.1.0)

View Source

Card-to-credit-line association management.

Manages the association between physical/virtual cards and credit lines. A card must be activated before it can be associated with a credit line. Virtual cards are active from the moment of creation.

Summary

Functions

Associate Card with Line of Credit To associate a card you must activate it previously (see Activate Card). This does not apply to virtual cards, which are active from the moment of creation. For a successful association, the Line of Credit offer must be eligible..

Get associations between Cards and Credit Lines You will be able to check the associations by credit_line_id

Obtain associations between Cards and Credit Lines given an association id You will be able to check the associations by association id

Functions

associate_card_with_line_of_credit(payload)

Associate Card with Line of Credit To associate a card you must activate it previously (see Activate Card). This does not apply to virtual cards, which are active from the moment of creation. For a successful association, the Line of Credit offer must be eligible..

get_association_by_credit_line(payload)

Get associations between Cards and Credit Lines You will be able to check the associations by credit_line_id

get_associations(payload)

Obtain associations between Cards and Credit Lines given an association id You will be able to check the associations by association id