xBillion API
Home
Home
  1. Payments
  • xBillion
    • Introduction
    • Authentication
    • Webhhoks
    • API
      • Payments
        • Get information
          GET
        • Create payment
          POST
  1. Payments

Get information

GET
/api/v1/payments/{id}
Get payment information

Request

Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://prod.your-api-server.com/api/v1/payments/'

Responses

🟢200The details of transactions was returned.
application/json
Body

Example
🟠400Bad request.
🟠401Request is unauthorized.
🟠403Merchant does not have access rights to this transaction.
🟠422Service for this transaction not found.
🔴500Internal error.
Previous
Webhhoks
Next
Create payment
Built with