Here's the process of the necessary API requests for a P-FLAPI integrator:
Option 1) Webhook & confirm
Let us know a url to send a webhook to
When a job is ready for production (at status 081 in our termonology)
We will webhook either XML or JSON of our GET /jobs/<job.code> request
For XML response we resend every 5 minutes until we get a JSON response "Accepted" (0)
For JSON we resend every 5 minutes until we get a Status 200 HTTP response
When job is completed send us back a despatch all approach
POST /jobs/<job.code>/despatch?all=true
Option 2) Pooling lookup
Jump to contents page of
|