POST
/
provider
/
orders
/
{id}
/
accept
{
  "id": "<string>",
  "amount": 123,
  "institution": "<string>",
  "accountIdentifier": "<string>",
  "accountName": "<string>",
  "memo": "<string>",
  "metadata": {}
}

Authorizations

API-Key
string
header
required

Path Parameters

id
string
required

Response

201 - application/json

Order accepted

The response is of type object.