LogoLogo
Dev Portal
v2
v2
  • REST API
  • Overview
  • API REFERENCE
    • API Requests
    • Payments
    • Payouts
  • THESMARTWAY
    • Checkout Experience
      • Overview
    • API Requests
      • Transactions
      • Country Codes
      • Currency Codes
      • Document Types
      • Wallet
      • Our Status and Flow
    • Notification & Webhooks
      • Notifications
      • Get Secret
      • Events Signature
  • METHODS & MARKETS
    • PayIn
      • Overview
      • LATAM
        • Brazil
          • PIX
          • Bank Transfer
          • Credit Card
          • Boleto
          • PicPay
        • Peru
          • Bank Transfer
          • CIP
          • Wallet
          • Credit Card
        • Equador
          • Wallet
          • Bank Transfer
          • Mobile Money
        • Colombia
          • PSE
          • Nequi
          • Bancolombia
          • Transfiya
          • Efecty
        • Chile
          • Bank Transfer
          • Wallet
          • Credit Card
        • Bolivia
          • Wallet
        • México
          • Bank Transfer
        • Argentina
          • Bank Transfer
      • ASIA
        • India
          • Bank Transfer
    • PayOut
      • Overview
      • LATAM
        • Brazil
          • PIX
          • Bank Transfer
        • Colombia
          • Transfiya
          • Bank Transfer
        • Peru
          • Bank Transfer
        • Ecuador
          • Bank Transfer
          • Mobile Money
        • Chile
          • Bank Transfer
        • México
          • Bank Transfer
        • Bolivia
          • Bank Transfer
        • Argentina
          • Bank Transfer
      • ASIA
        • India
          • Bank Transfer
  • RESOURCES
    • FAQ & Support
      • How to get the token
      • Tests to validate your integration
Powered by GitBook
On this page
  1. THESMARTWAY
  2. Notification & Webhooks

Get Secret

Get the secret to use in Webhook Signature.


GET /webhook/secret

Request

curl -v --location --request GET 'https://sandbox.smartfastpay.com/webhook/secret' \
    --header 'Content-Type: application/json' \
    --header 'Authorization: Bearer <Access-Token>' \'

Response

{
    "requestId": "4602ded8-9377-44a5-b29a-1fa9ea788dd2",
    "data": {
        "secret": "b52473b92-122c-4322-ad3b-0c9e6c378e54"
    }
}

Response details

Parameter
Description

secret

Secret to use in Webhook Signature.