Pickup Code Flow
The Collection Code is the security key. The package cannot be released without it.
Generation
- Who generates it? NowPost system.
- When? When you create the order via API.
- Format: usually a 6-digit numeric code or QR code.
Distribution (White-Label)
In the White-Label model, NowPost does NOT send the code to the customer. We return it to YOU in the API response.
You must:
- Store the code securely.
- Wait for the
package.arrived_at_pointwebhook. - Send the code to the customer via your own SMS/Email/App Push.
Validation
- Customer arrives at PUDO point.
- Customer presents code.
- Agent enters code in NowPost App.
- System validates code.
- Valid: Agent is instructed to release package.
- Invalid: Agent refuses release.
Lost Codes
If a customer loses their code:
- They contact YOUR support.
- Your support agent looks up the order in your system.
- Retrieves the code.
- Resends it to the customer.