Method: CheckoutSdk::Tokens::TokensClient#request_token

Defined in:
lib/checkout_sdk/tokens/tokens_client.rb

#request_token(token_request) ⇒ Object

Parameters:



16
17
18
# File 'lib/checkout_sdk/tokens/tokens_client.rb', line 16

def request_token(token_request)
  api_client.invoke_post(TOKENS, sdk_authorization, token_request)
end