Provider

Get a v2 payment order by ID (provider)

Returns a single payment order assigned to the authenticated provider, including polymorphic source/destination, providerAccount, and transaction logs.

get/provider/orders/{id}

Path parameters

idstring uuid required

UUID of the payment order.

Response

V2 payment order

statusstring
messagestring

Example response

{
  "status": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.