List user payments
Lists the payments of a marketplace user.
GET
/v1/marketplace/user/paymentsAuthorization
Marketplace-Authentication
Authorization<token>
The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.
In: header
Query Parameters
sort?
pagination?
filter?
select?array<string>
expand?array<string>
Response Body
application/json
application/json
curl -X GET "https://api.noona.is/v1/marketplace/user/payments"[
{
"id": "7awdXwZoedakjad37a",
"company": "string",
"user": "string",
"event": {
"id": "string"
},
"currency": "ISK",
"amount": 10000,
"status": "refunded",
"provider": "teya",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]{
"type": "generic_error",
"message": "Time slot is not available."
}