Astral Money
  • Astral Money
  • Merchants
    • Account Setup
    • Installation
    • Testing
  • Developers
    • Account Setup
    • Creating a Payment Order
    • Retrieving a Payment Order
    • Retrieving All Payment Orders For A Merchant
  • Legal
    • Privacy Policy
    • Terms & Conditions
    • Cookies Policy
    • Acceptable Use
Powered by GitBook
On this page

Was this helpful?

  1. Developers

Retrieving a Payment Order

GET api.pay.astral.money/api/v1/orders/:order

Retrieves a payment order for a merchant

Path Parameters

Name
Type
Description

order*

String

Astral Payment Order ID

Headers

Name
Type
Description

authorization*

String

Astral API Key

{
    // Response
}
{
    // Response
}
{
    // Response
}
PreviousCreating a Payment OrderNextRetrieving All Payment Orders For A Merchant

Last updated 3 years ago

Was this helpful?