Skip to main content

Complete Payment

POST /api/payments/complete-payment

Complete a payment sent to your token webhook

Header Parameters
  • api-key string required
  • api-secret string required
Request Body required
  • paymentId uuid required

    Unique identifier for the payment

  • otp string required

    OTP sent via email, webhook or SMS

Responses

Payment was completed

Response Headers
  • x-request-id any

    Request Id for traceability

Schema
  • paymentId uuid required

    Unique identifier for the payment

  • reference string required

    Reference set by the initiator

  • success boolean required

    Is success

Loading...