Skip to main content

Transfer Program Card

info

This endpoint returns a list of all credit cards that can transfer points to the transfer program (Hilton, United, etc.)

HTTP REQUEST
GET /creditcard-pointtransfer-transferprogramcard/{transferPartnerId}
RESPONSE
  {
"transferPartnerName": "Hilton Honors",
"transferPartnerId": 1722165547,
"cardKey": "charlesschwab-amexplat",
"cardName": "American Express Platinum Card® for Schwab",
"cardIssuer": "Charles Schwab",
"rewardProgramName": "American Express Membership Rewards",
"baseSpendAmount": 1.0,
"spendTotal": 2.6,
"transferRatio": 2.0,
"bonusRatio": 0.3,
"totalRatio": 2.6,
"bonusDateEnd": "2023-04-30"
}

Notes

  • Avios programs (British Airways Executive Club, Iberia Plus, Aer Lingus AerClub) are aggreated into a single points currency

Path Parameters

NAMETYPEDESCRIPTIONREQUIRED
transferPartnerIdstringunique ID from GET Transfer Program ListYes

Examples

Response Attributes

NAMETYPEDESCRIPTION
transferPartnerNamestringTransfer partner name
transferPartnerIdstringTransfer partner ID
cardKeystringRewards Credit Card API unique card key
cardNamestringName of credit card
cardIssuerstringIssuing bank
rewardProgramNamestringCredit card point program (e.g. American Express Membership Rewards)
baseSpendAmountnumberBase points earned per dollar spend
spendTotalnumberTransfer points earned per dollar (baseSpendAmount * totalRatio)
transferRationumberTransfer ratio, bonus not included (2.0 = for every 1 point you transfer you receive 2 points )
bonusRationumberBonus amount (.3 = 30%)
totalRationumberTotal ratio which includes bonus if exists (transfer ratio * bonusRatio : 2.6 = you receive 2.6 points )
bonusDateEnddateDate bonus transfer ends

Data Source(s)

Bank websites