Introduction

GET https://cards-live.78financials.com/virtual_card/cards/get_identity_requirement/{identity_type}

Arguments

Authorization header Values

POST

          
{ 
  "authorization": Payaza UFo3OC1QS0xJVkUtRjMwODcwNUMtRkY2NC00MEJCLTg1OUUtM0ZCQUI4MTJBNzdC
   
} 
     
        

Get Identity Requirement By Identity Type

GET

          
import http.client

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

RESPONSE

[
  {
    "name": "id_type",
    "type": "field",
    "display_name": "Identity Type"
  },
  {
    "name": "id_no",
    "type": "field",
    "display_name": "ID Number"
  },
  {
    "name": "id_image",
    "type": "document",
    "display_name": "Picture of ID"
  },
  {
    "name": "bvn",
    "type": "field",
    "display_name": "Bank Verification Number (BVN)"
  }
] 
      
Was this article helpful?
Contact support

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