Get
/api/pay/v1/intents/5548
This endpoint retrieves the details of a specific intent by making a GET request to the specified URL. The request should include the unique identifier of the intent in the URL path.
Request Parameters
intent_id
(string, required)
Response Parameters
id
(number): The unique identifier of the intent.payment_intent
(string): The type of payment intent.transaction_type
(string): The type of transaction.expiry_date
(string): The expiry date of the intent.status
(string): The status of the intent.payment_type
(string): The type of payment.currency
(string): The currency of the transaction.amount
(number): The amount of the transaction.return_url
(string): The URL to return to after the transaction.notification_url
(string): The URL for transaction notifications.card_layout
(string): The layout of the card inputs in ccElement and ccMotoElement.element
(object): An object containing specific elements for credit card, moto, and online banking transactions:ccElement
(string): Credit card element.ccMotoElement
(string): Moto (Mail Order/Telephone Order) element.obElement
(string): Open banking element.ddElement
(string): Direct debit element.gpElement
(string): Google Pay element.apElement
(string): Apple Pay element.
merchant_id
(number): The identifier of the merchant.transaction_unique
(string): The unique identifier of the transaction.
Security
HTTP
Type bearer
Header parameters
Authorization
string
ExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c
Responses
200
Successful response