Payins Blocklist
Get a blocklist entry
Returns the blocklist entry with the given ID, scoped to the authenticated fin. Returns 404 if the entry does not exist or belongs to a different fin.
get/payins-blocklist/{id}
Path parameters
idinteger required
Example:123
The ID of the blocklist entry to retrieve. Must be a positive integer.
Response
Blocklist entry found.
Example response
{
"id": 123,
"criteria": {
"creditor": {
"account_type": "clabe",
"account": "646180157042875167"
}
},
"created_at": "2026-01-21T16:15:00Z"
}