Step 1: Prepare Business Data and Run MCC Code Verification
Use therunCheck
endpoint to initiate the MCC code verification process.
Step 2: Poll for Job Status (Optional if using webhook)
If you’re not using a webhook, you can poll for the job status using thegetJobById
endpoint.
Step 3: Process the Results
Once the job is completed, examine the results to retrieve the MCC code and its description.Python
Conclusion
This MCC code verification process demonstrates a straightforward use of the Parcha API:- It requires minimal input (basic business information).
- It can be executed with a single API call to
runCheck
. - Results can be retrieved either through a webhook or by polling the job status.