Skip to main content
POST
/
api
/
v2
/
affiliate
/
aff-billing
/
payment-method
Get payment method details
curl --request POST \
  --url 'https://{domain}/api/v2/affiliate/aff-billing/payment-method/?api-key=' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 1
}'
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "payment-method": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Body

application/json
id
integer

Payment method ID.

Response

Payment method details.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object