Efí Pay (Gerencianet) · Arazzo Workflow
Efí Pix Cash-Out Send
Version 1.0.0
Send a Pix payout to a key and confirm the outbound transfer status.
View Spec
View on GitHub
PaymentsPixBoletoSubscriptionsRecurring BillingMarketplaceSplit PaymentsOpen FinanceBanking as a ServiceAccount OpeningBill PaymentCNABBrazilFintechArazzoWorkflows
Provider
Workflows
pix-send-cashout
Submit an outbound Pix payout and confirm its settlement status.
Authenticates, sends a Pix to the destination key under the supplied idEnvio, and reads the send status back to confirm whether it was REALIZADO.
1
authenticate
pixAuthorize
Exchange the client_id and client_secret for an OAuth2 access token using the client_credentials grant required by the Pix API.
2
sendPix
pixSend
Submit the outbound Pix payout from the account's Pix key to the destination Pix key under the supplied idEnvio.
3
confirmSend
pixSendDetailId
Read the outbound Pix back by idEnvio and branch on its status to confirm whether the payout has been settled (REALIZADO).