Retrieves details of a specific processor.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The UUID of the specific object.
A string describing the object type returned.
Whether or not the connected processor account has been approved to process payments. (This is controlled by the processing platform – i.e. Stripe, PayPal, etc.)
Whether or not this processor is currently enabled to proccess new payments. (This is controlled within SureCart.)
Set to true if this processor is for live mode, and set to false if it is for test mode.
The type of processor – one of mock, mollie, paypal, paystack, or stripe.
Data that is specific to the processor_type and necessary for integrating with this processor on the client. For example, this could include client public keys, account IDs, etc.
Whether or not this processor is setup to handle recurring payments.
A list of currencies that this processor supports. If null, this processor supports all currencies.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.