RexPay
  1. Webhooks
RexPay
  • Authentication
    • Intro
    • Get Access Token
      POST
  • PIX Payments
    • Intro
    • Payin
      • Create PIX Payin
      • Get PIX Payin by ID
      • Get PIX Payin by external ID
    • Payout
      • Create PIX Payout
      • Get PIX Payout by ID
      • Get PIX Payout by external ID
  • Balance
    • Get balance
      GET
  • Webhooks
    • Intro
    • Webhook app portal link
      POST
  • Schemas
    • Attributes
      • Payin status
      • taxID
      • Payout status
      • Amount
      • Pix type
      • Pix key
    • gen_base_64
    • Payer or Receiver
    • Metadata
    • Payin created
    • Payin
    • Payout
    • Error response
  1. Webhooks

Webhook app portal link

Developing
POST
/v1/config/webhook/app_portal

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
JWT Bearer
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.rexpay.app/v1/config/webhook/app_portal' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "token": "sk_app_489da564dasf465fdas879645afds.us",
    "url": "https://app.svix.com/login?primaryColorLight=000#key=c2tfYXBwXzQ4OWRhNTY0ZGFzZjQ2NWZkYXM4Nzk2NDVhZmRzLnVz"
}
Previous
Intro
Next
Payin status