{ "payment_method": "PIX", "currency": "BRL", "country": "BR", "amount": 43.34, "invoice": "c071bcc5-0c1c-450b-a47f-15fc5321fbe3", "beneficiary": { "name": "João Silva", "document": { "type": "CPF", "number": "82608288200" } }, "pix": { "pix_key": "82608288200" } }
{ "id": 124118, "merchant": { "id": 477, "name": "Merchant Name" }, "payment_method": "PIX", "country": "BR", "currency": "BRL", "amount": "R$43.34", "source_currency": null, "source_amount": null, "invoice": "6cc85ff5-7a35-45cb-a8fd-22b9bbe27896", "description": null, "authentication_code": null, "rejection_description": "", "notification_url": null, "status": { "id": 7, "name": "Awaiting" }, "beneficiary": { "name": "João Silva", "document": { "type": "CPF", "number": "82608288200" }, "birthdate": null, "phone": null, "address": { "address": null, "city": null, "country": null, "state_code": null, "zip_code": null } }, "receipt_message": "", "pix": { "pix_key": "82608288200", "bank_code": "", "bank_branch": null, "bank_branch_digit": null, "account": null, "account_digit": null, "account_type": "" }, "purpose": "20", "paid_at": null, "created_at": "2025-11-21T14:59:59.000000Z", "updated_at": "2025-11-21T14:59:59.000000Z" }
Create a new payout payment to transfer funds
PIX
BRL
BR
50.34
e3317882-f821-455b-b082-dc3ba36e8a57
255
Show Beneficiary Object
100
Show Document Object
CPF
CNPJ
YYYY-MM-DD
Show Address Object
pix_key
Show PIX Object
CHECKING
SAVINGS
20
Show Merchant
Show Status
Show Beneficiary
Show PIX
curl --location 'https://api.sandbox.wepayout.com.br/v2/payout/payments' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer YOUR_TOKEN' \ --data '{ "payment_method": "PIX", "currency": "BRL", "country": "BR", "amount": 43.34, "invoice": "c071bcc5-0c1c-450b-a47f-15fc5321fbe3", "beneficiary": { "name": "João Silva", "document": { "type": "CPF", "number": "82608288200" } }, "pix": { "pix_key": "82608288200" } }'
curl --location 'https://api.sandbox.wepayout.com.br/v2/payout/payments' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer YOUR_TOKEN' \ --data '{ "payment_method": "PIX", "currency": "BRL", "country": "BR", "amount": 50.34, "invoice": "e3317882-f821-455b-b082-dc3ba36e8a57", "beneficiary": { "name": "Maria Santos", "document": { "type": "CPF", "number": "00741212439" } }, "pix": { "ispb": "18236120", "bank_branch": "0496", "account": "51659", "account_digit": "7", "account_type": "CHECKING" } }'
Was this page helpful?