Messtone LLC Manages Devices Enables Braintree GraphQL HTTP endpoint request Example: https://.payments.sandbox.braintree-api.com/graphql and the live production account: https://payments.braintree-api.com/graphql Messtone LLC Base64-encoded token like this: echo -n “v4ndq314c2s5c28r:93b78bc88be90d93ac282e50ae569fdd” | base64 Authorization: Basic djRuZHEzMTRjMnM1YzI4cjo5M2I30GJjODhiZTkwZDkzYWMyODJlNTBhZTU20WZkZA== Authorization header: Authorization: Bearer MESSTONE_TOKENIZATION_KEY echo -n MESSTONE_CLIENT_TOKEN | base64 -D JSON value: {“version”:2,”environment”:”sandbox”,”authorizationFingerP
print”: MESSTONE_AUTHORIZATION_FINGERPRINT Authorization: Bearer MESSTONE_AUTHORIZATION_FUNGERPRINT Authentication header: Bearer MESSTONE_ACCESS_TOKEN Messtone integrating with GraphQL API. Braintree-Version: 2019-01-01 Content -Type: application/json Variables {“query”:”a GraphQL document goes here that references $var1,$var2,and $var3″,”variables”:{“var1″:10,”var2”:{“some”:’data”,”for:”var2″},”var3″:[“a”,”list”,of’,”values”]}} Query query {ping} {“query”:”query{ping}”}
