Get All PayOut Transfers
GET /v0/customers/{customer_id}/payout-transfer HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Accept: */*GET /v0/customers/{customer_id}/payout-transfer HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Accept: */*{
"items": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"amount": "text",
"source_token": "usdc",
"source_network": "polygon",
"destination_currency": "usd",
"destination_bank_account": {
"bank_name": "text",
"account_holder_type": "individual",
"account_holder_first_name": "text",
"account_holder_last_name": "text",
"account_holder_business_name": "text",
"account_type": "iban",
"iban": {
"bic": "text",
"iban_number": "text"
}
}
}
]
}