⌨️빌링키 정보 복수조회 API
복수개의 빌링키를 이용하여 빌링키 정보를 조회할수 있습니다.
Last updated
Was this helpful?
복수개의 빌링키를 이용하여 빌링키 정보를 조회할수 있습니다.
Last updated
Was this helpful?
Was this helpful?
{
// Response
}{
// Response
}{
"code": 0,
"message": "string",
"response": [
{
"customer_uid": "string",
"pg_provider": "string",
"pg_id": "string",
"card_name": "string",
"card_code": "string",
"card_number": "string",
"card_type": "null",
"customer_name": "string",
"customer_tel": "string",
"customer_email": "string",
"customer_addr": "string",
"customer_postcode": "string",
"inserted": 0,
"updated": 0
}
]
}