Transaction Process API
Triggers processing of a payment request that was created by the Transak frontend after the user submitted their Google Pay payment details. This processes the requestId returned by the fiat-payment service.
Path parameters
requestId
The request ID returned by the fiat-payment service after Google Pay tokenisation.
Headers
x-user-ip
End user’s originating IP. More details here
x-api-key
Your Partner API key. You can find this in the [Partner Dashboard](https://docs.transak.com/guides/how-to-create-partner-dashboard-account#open-the-developers-section).
x-access-token
Your Partner Access Token. Please refer here for a tutorial on generating your access token.
Note: This is applicable only for Auth Reliance Flows
x-user-identifier
The authenticated user’s email address.
Note: This is applicable only for Auth Reliance Flows.
Response
Success
data
Order details returned after processing the Google Pay transaction session.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error