When i do tests on API charge i got strange response about card:
it have brand = “CREDIT” and type = “MASTERCARD”
i think it should be vice versa:
brand=“MASTERCARD” and type=“CREDIT”
“card”:{
- “expirymonth”:“09”,
- “expiryyear”:“22”,
- “cardBIN”:“553188”,
- “last4digits”:“2950”,
- “brand”:" CREDIT",
- “issuing_country”:“NIGERIA NG”,
- “card_tokens”:[
- {
- “embedtoken”:“fxxx”,
- “shortcode”:“xxx”,
- “expiry”:“9999999999999”}],
- “type”:“MASTERCARD”,
- “life_time_token”:“xxx”
},