Skip to main content
POST
/
v1
/
terminal
/
sessions
/
{id}
/
retry
Retry Terminal Payment Session
curl --request POST \
  --url https://terminal-dev.xendit.co/v1/terminal/sessions/{id}/retry \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "SUCCESS",
  "error_code": "",
  "message": "Payment session retried successfully"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Terminal Session ID

Response

200 - application/json

Terminal Payment Session fetched successfully

code
string
Example:

"SUCCESS"

error_code
string
Example:

""

message
string
Example:

"Payment session retried successfully"