Create Process Job

Create a job to process a payment through a payment gateway

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
documentobjectRequired
OR
htmlobjectRequired

Response

This endpoint returns an object.
pendingobject
OR
successobject
OR
failedobject

Errors

400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error
501
Unimplemented