Skip to main content

Payment Apis

MethodEndpointAuthDescription
POST/api/v1/paymentsBearerInitiate
GET/api/v1/payments/{id}BearerStatus
POST/api/v1/payments/{id}/refundBearerRefund

Example Request

{
"example": "See service documentation for full schemas"
}

Example Response

{
"id": "uuid",
"status": "SUCCESS",
"correlation_id": "uuid"
}

All write endpoints require Idempotency-Key header where applicable.