Get Full Card Number
Header Parameters
Credential string required
Please follow the OpenAPI authentication section
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24/20240501120123/Wonder-RSA-SHA256
Signature string required
Please follow the OpenAPI authentication section
Example: lM42cgyuLS98Dieydc8K2OD3KwYkOXibpV9pFvr/R0i/830M/FPKUKbav2UBBN3M3EdPk/PpvKQlvBNT+NbEg20CKuiDTZWDc3r7KiA1pdZsui/57XCVhC2s01W8jEM+G5lS362+p8+E0K6UKQDrJMyVpbDT31XSkSJIxae+uDi2nJr4DnIkemeU2LlNDRPPGe9NeX7z3B3N3LwIiQgKMyauPqAjro0UrZykQM9pv4UySRSU2cT8EcjQmyKxbzyuR2A47PyeodJvotlIthdfCHIxG52D06tpRJlRVbUdvxSg14bFiPbr3FwCvruZlbR15gOanJCqE4wp4fC8qEXXsg==
Content-type string required
Example: application/json
x-request-id string
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24
x-i18n-lang string
from zh-HK, zh-CN, or en
application/json
Request Body
referenceID string required
Responses
- 200
Response Headers
application/json
Schema
Example (from schema)
Example
Schema
cardID number required
cardNum string required
exp string required
cvv string required
cardHolderName string required
referenceID string required
status string required
maskCardNum string required
cardBrand string required
productCode string required
{
"cardID": 0,
"cardNum": "string",
"exp": "string",
"cvv": "string",
"cardHolderName": "string",
"referenceID": "string",
"status": "string",
"maskCardNum": "string",
"cardBrand": "string",
"productCode": "string"
}
{
"cardID": 4146146953954134000,
"cardNum": "3567721637479247",
"exp": "3006",
"cvv": "362",
"cardHolderName": "DOUBLE DRAGON INTERNATIONAL DEVELOPMENT LIMITED",
"referenceID": "7ce386f7-cce9-4780-bc31-bce198b2cdd1",
"status": "00",
"maskCardNum": "356772******9247",
"cardBrand": "jcb",
"productCode": "PC"
}
POST /svc/card_issuer/api/v1/pci_card
Request
Request
curl / cURL
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'
python / requests
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'
go / native
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'
nodejs / axios
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'
ruby / Net::HTTP
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'
csharp / RestSharp
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'
php / cURL
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'
java / OkHttp
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'
powershell / RestMethod
curl -L -X POST 'https://developer.wonder.today/svc/card_issuer/api/v1/pci_card' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"referenceID": "string"
}'