- Mock serverhttps://docs.resolvepay.com/_mock/partners-api/openapi/payouts/{payout_id}
- Sandbox serverhttps://app-sandbox.resolvepay.com/api/payouts/{payout_id}
- bearerAuth
- basicAuth
curl -i -X GET \
'https://docs.resolvepay.com/_mock/partners-api/openapi/payouts/{payout_id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'An object representing the created Payout.
Current status of the Payout.
pending = the payout is created by Resolve, pending to be sent to our bank.
in_transit = the payment or payout has been sent to our bank and is pending their execution.
paid = the payment or payout amount was successfully deposited.
failed = the payment or payout amount did not successfully deposit.
canceled = the payment or payout in Resolve's system was not sent to or executed by the bank.
Date time of when we expect the Payout to reach the sub-merchant's bank.
This value is the earliest value for payout_transaction.created_at AND payout_transaction.payout_id = payout.id.
This value is the latest value for payout_transaction.created_at AND payout_transaction.payout_id = payout.id.
{ "id": "PMMlaE5wbg0", "merchant_id": "MER456789", "amount_gross": 120, "amount_fee": 20, "amount_net": 100, "status": "pending", "retry_payout_id": "PMMlaE5wbg0", "failed_at": "2022-09-06T03:08:37.508Z", "expected_by": "2022-09-06T03:08:37.508Z", "transactions_starting_at": "string", "transactions_ending_at": "string", "canceled_at": "2022-09-06T03:08:37.508Z", "created_at": "2022-09-06T03:08:37.508Z", "updated_at": "2022-09-06T03:08:37.508Z" }