{
"payment_id": "string",
"payment_request_id": "string",
"customs": "string",
"merchant_customs_no": "string"
}
curl --location --request POST 'https://demo-api.easypayx.com/v3/acquiring/customs_declarations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_id": "string",
"payment_request_id": "string",
"customs": "string",
"merchant_customs_no": "string"
}'
{
"data": {
"account_id": "string",
"state": "string",
"customs": "string",
"merchant_customs_no": "string",
"payment_id": "string",
"verify_department": "string",
"verify_department_trade_id": "string"
}
}