Validate And Search UEN
Validate And Search UEN.
Request
Request header:
POST https://api.ipaymy.com/v2/payment_collection_request
Host: api.ipaymy.com
Accept: application/json
Params:
uen:
- Type: string
check:
- Type: boolean
puropose_id:
- Type: number
id
:
- Type: number
country_id:
- Type: number
currency_id:
- Type: number
Response
Response body:
{
"data": "",
"error": 0
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.