Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 408 Bytes

CreateCheckoutUrlResponse.md

File metadata and controls

17 lines (13 loc) · 408 Bytes

BleumiPay::CreateCheckoutUrlResponse

Properties

Name Type Description Notes
id String Unique identifier generated for this checkout URL
url String URL for buyer to complete payment

Example

{
  "id": "TBCItOjmR52dFo1a6JxCqQ",
  "url": "https://pay.bleumi.io/?id=TBCItOjmR52dFo1a6JxCqQ"
}