Skip to main content
POST

Library Reference

Result parsing, data structures, and validation

Body

application/json

The result token (JWS) returned by the Payments Library after a completed payment. This is the raw JSON string from result.token - do not wrap it in an object. The token contains encrypted transaction details that Orchestra will decrypt and validate. Important: Send the token as a raw JSON string in the request body, not as a property of an object.

The body is of type string.

Response

Payload

upgChargeResults
object
directChargeResults
object
tokenAndMaskedCardModel
object
failedUpgChargeResults
object[] | null