payeeId required for all future payment requests — directly to the callbackUrl you specified in sp1401. For most integrations, we recommend relying on sp3401 for automation and using sp2402 only for manual checks or reconciliation.
sp2402 — Payee Status Inquiry
Endpoint
Request Parameters
Your original merchant order number submitted in the sp1401 registration request. At least one of
merOrderNo or bizFlowNo is required.Gcashier Pay’s internal flow reference number returned in the sp1401 synchronous response. At least one of
merOrderNo or bizFlowNo is required.Request Example
Response Body
Your original merchant order number for this payee registration.
Gcashier Pay’s internal flow reference number for this registration.
Current status of the payee registration. Possible values:
| Value | Description |
|---|---|
01 | Under Review |
03 | Rejected |
04 | Normal (Approved) |
05 | Deleted |
Conditionally returned when
status is 04 (Approved). The unique payee identifier you will include in payment requests. Store this value securely.Response Example
sp3401 — Payee Review Result Webhook
Gcashier Pay delivers an HTTP POST to yourcallbackUrl after every registration or modification review is completed. You do not need to initiate this call — the platform triggers it automatically.
Webhook Payload Fields
Your original merchant order number from the sp1401 submission, for correlation with your internal records.
Gcashier Pay’s internal flow reference number for the registration request.
The final review outcome. Possible values:
| Value | Description |
|---|---|
04 | Approved — payee is active and ready to receive funds |
03 | Rejected — see remark for the reason |
Conditionally included when
status is 03 (Rejected). Contains the reviewer’s explanation of why the registration was declined. Use this information to correct and resubmit the payee via sp1401.Conditionally included when
status is 04 (Approved). The unique identifier assigned to this beneficiary. You must supply this value in all subsequent payment orders targeting this payee.Webhook Example
Your webhook endpoint must return an HTTP
200 status code to acknowledge receipt. If Gcashier Pay does not receive a 200 response, it will retry delivery with exponential back-off. Implement idempotency on your end using the bizFlowNo to avoid processing the same notification more than once.