32 lines
718 B
YAML
32 lines
718 B
YAML
id: api-stripe
|
|
|
|
info:
|
|
name: Stripe API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://stripe.com/docs/api/authentication
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,stripe
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.stripe.com/v1/charges"
|
|
|
|
headers:
|
|
Authorization: Basic {{base64(token + ':')}}
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"object":'
|
|
- '"url":'
|
|
- '"data":'
|
|
condition: and
|
|
|
|
# digest: 4a0a0047304502200445fe12871c2cfc4922b033fed7a76b28b2e431418f5130d42c61184385d820022100bcd5106200876acebb0dba7377f10eb7d985495f8490b17f411abb2353405785:922c64590222798bb761d5b6d8e72950
|