v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBGet withdrawal service agent information
Get information about withdrawal service agents (WSA) or the direct ISP participant providing the withdrawal service.
A WSA is a service provider that facilitates the withdrawal of funds in Pix. It acts as a bridge between Pix and customers who want to withdraw funds from their accounts.
A WSA point is a location or access point where users can physically or digitally access WSA services. This could be a physical location such as a bank branch or retail store or digital acceess point such as a mobile app or web portal.
Query parameters
<a href="https://bank.codes/numero-do-banco/bank/banco-central-do-brasil/" target="_blank">ISPB (Identifcador do Sistema de Pagamento Brazil)</a> - the Brazilian Payment System ID, an 8-digit value. The ISPB transmitter ensures the payment request is directed to the correct receiving institution based on the ISPB code associated with the beneficiary's account.
Page number
Maximum number of items to return per page
Headers
The Correlation ID UUID field links related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. If not passed, this field is automatically generated.
Response
Response Body
Example response
{
"meta": {
"date_time_data_generation": "2023-04-12T23:20:50.52Z",
"ispb_transmitting": "87653099",
"name_transmitting": "Joe's bank",
"total_pages": "10",
"total_records": "20"
},
"records": [
{
"name_agent_withdrawal": "Ruth Les",
"point_attendance": [
{
"address": "Av Augusta, apt 1024",
"city": "Sao Paulo",
"latitude": "23.5558 S",
"longitude": "46.6396 W",
"name": "Jenny Side",
"neighborhood": "Bela Vista",
"period": [
{
"maximum_value_available": "10000",
"weekly_day": "Monday",
"working_period": {
"closing_withdrawal": "18:00",
"opening_withdrawal": "08:00"
}
}
],
"postal_code": "01000-000",
"state": "Rio de Janiero"
}
],
"tax_id_agent_withdrawal": "123412341234"
}
]
}