curl --request GET \
--url http://localhost/api/payments/v3/payment-initiations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"cursor": {
"pageSize": 15,
"hasMore": false,
"data": [
{
"id": "<string>",
"connectorID": "aSDinaTvuI8gbWludGxpZnk=",
"provider": "<string>",
"reference": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"scheduledAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"type": "UNKNOWN",
"amount": 123,
"asset": "<string>",
"status": "UNKNOWN",
"sourceAccountID": "aSDinaTvuI8gbWludGxpZnk=",
"destinationAccountID": "aSDinaTvuI8gbWludGxpZnk=",
"error": "<string>",
"metadata": {}
}
],
"previous": "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol=",
"next": ""
}
}curl --request GET \
--url http://localhost/api/payments/v3/payment-initiations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"cursor": {
"pageSize": 15,
"hasMore": false,
"data": [
{
"id": "<string>",
"connectorID": "aSDinaTvuI8gbWludGxpZnk=",
"provider": "<string>",
"reference": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"scheduledAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"type": "UNKNOWN",
"amount": 123,
"asset": "<string>",
"status": "UNKNOWN",
"sourceAccountID": "aSDinaTvuI8gbWludGxpZnk=",
"destinationAccountID": "aSDinaTvuI8gbWludGxpZnk=",
"error": "<string>",
"metadata": {}
}
],
"previous": "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol=",
"next": ""
}
}The access token received from the authorization server in the OAuth 2.0 flow.
The number of items to return
1 <= x <= 1000Parameter used in pagination requests. Set to the value of next for the next page of results. Set to the value of previous for the previous page of results. No other parameters can be set when this parameter is set.
The body is of type object.
OK
Show child attributes
x >= 115
false
Show child attributes
UNKNOWN, TRANSFER, PAYOUT UNKNOWN, WAITING_FOR_VALIDATION, SCHEDULED_FOR_PROCESSING, PROCESSING, PROCESSED, FAILED, REJECTED, REVERSE_PROCESSING, REVERSE_FAILED, REVERSED "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol="
""