Introduction

POST https://cards-live.78financials.com/virtual_card/cards/get_identity_by_country/{country}

Arguments

Authorization header Values

POST

          
{ 
  "authorization": Payaza UFo3OC1QS0xJVkUtRjMwODcwNUMtRkY2NC00MEJCLTg1OUUtM0ZCQUI4MTJBNzdC
   
} 
     
        

Get Identity Type By Country

POST

          
import http.client

conn = http.client.HTTPSConnection("cards-live.78financials.com")
payload = ''
headers = {
  'Authorization': 'Payaza UFo3OC1QS0xJVkUtRjMwODcwNUMtRkY2NC00MEJCLTg1OUUtM0ZCQUI4MTJBNzdC'
}
conn.request("GET", "/virtual_card/cards/get_identity_by_country/{country}", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8")) 
        

RESPONSE

[
  "NIGERIAN_DRIVERS_LICENSE",
  "NIGERIAN_BVN_VERIFICATION",
  "NIGERIAN_PVC",
  "NIGERIAN_INTERNATIONAL_PASSPORT",
  "NIGERIAN_NIN"
] 
      
Was this article helpful?
Contact support

Need help or want to ask questions, try connecting with our customer experience team