Beneficiary
Preview beneficiary transfer (supports PIX and other methods)
post/v0.2.4/beneficiary/preview
Request body
Example request
{
"method": "pix_ind",
"country": "BR",
"currency": "BRL",
"pixKey": "1a717532-2ae7-4b11-b1bd-2ff5559f4d52",
"pixKeyType": "EVP"
}Response
Transfer preview retrieved successfully
Example response
{
"status": "success",
"message": "PIX transfer preview retrieved successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.