Skip to main content
POST
Fetch Payout Status
This API is used to check the status of a payout created via Paytring.

Request Body

Responses

200 OK

400 Bad Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
id
string
default:58833954xxxxxxx
required

Payout ID received in response on create payout API.

fetch_type
enum<string>
default:normal

This option allow user to do a hard pull of info directly from PG when required.

Available options:
normal,
advance

Response

200