Create Withdraw (CPF)
Create
POST https://gateway-pix.raspay.com.br/production/v3/withdraw/pix/cpf
Headers
Name
Type
Description
Authorization*
string
Bearer Token got from Auth endpoint
Content-Type*
string
application/json
Request Body
Name
Type
Description
value*
double
cpf
string
pix_key_type*
object
pix_key*
string
webhook_url*
string
{
"id": "5e16db1b-998a-45aa-9143-fb71cab2469a",
"value": 1.50,
"receiver_name": "John Doe",
"receiver_cpf": "00000000000",
"pix_key_type": "EVP",
"pix_key": "cb499c34-e6c0-4691-a087-5a2e1cef6889",
"status": "CREATED",
"merchant": {
"id": "3",
"name": "Test"
}
}Last updated